#69934C

Color #69934C Glade Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glade Green #69934C

Tints of Glade Green #69934C

Color information

#69934C (or 0x69934C) is unknown color: approx Glade Green. HEX triplet: 69, 93 and 4C. RGB value is (105,147,76). Sum of RGB (Red+Green+Blue) = 105+147+76=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 147 - color contains mainly: green. Hex color #69934C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69934C is #966CB3. Grayscale: #7E7E7E. Windows color (decimal): -9858228 or 5018473. OLE color: 5018473.

HSL color Cylindrical-coordinate representation of color #69934C: hue angle of 95.49º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69934C is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB10514776-
CMYK0.2900.480.42
HSL95.49º31.84%43.73%-
HSV(B)95.49º48.3%57.65%-
XYZ17.5624.3910.62-
YUV126.3599.59112.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 32.01%
GREEN value IS 147 (57.81% from 255) = 44.82%
BLUE value IS 76 (30.08% from 255) = 23.17%
R=32.01%
G=44.82%
B=23.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105147760.2900.480.4295.4931.8443.73
Hex69934C1D0302A5f202c
Octal15122311435060521374054
Binary11010011001001110011001110101100001010101011111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69934C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69934C; }

 p { color: rgb(105,147,76); }

 H1.HeaderClassName
 {
   color: #69934C;
 }
 .AnyTagClassName
 {
   color: #69934C;
 }
</style>
background-color css

<style>
 a { background-color: #69934C; }

 a { background-color: rgb(105,147,76); }

 div.DivClassName
 {
   background-color: #69934C;
 }
 .BgClassName
 {
   background-color: #69934C;
 }
</style>
border-color css

<style>
 span { border-color: #69934C; }

 span { border-color: rgb(105,147,76); }

 td.TdClassName
 {
   border-color: #69934C;
 }
 .TagClassName
 {
   border-color: #69934C;
 }
</style>