#66994C

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

Shades of Glade Green #66994C

Tints of Glade Green #66994C

Color information

#66994C (or 0x66994C) is unknown color: approx Glade Green. HEX triplet: 66, 99 and 4C. RGB value is (102,153,76). Sum of RGB (Red+Green+Blue) = 102+153+76=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 153 - color contains mainly: green. Hex color #66994C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66994C is #9966B3. Grayscale: #818181. Windows color (decimal): -10053300 or 5020006. OLE color: 5020006.

HSL color Cylindrical-coordinate representation of color #66994C: hue angle of 99.74º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66994C is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB10215376-
CMYK0.3300.500.4
HSL99.74º33.62%44.9%-
HSV(B)99.74º50.33%60%-
XYZ18.1826.1310.92-
YUV128.9798.1108.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.82%
GREEN value IS 153 (60.16% from 255) = 46.22%
BLUE value IS 76 (30.08% from 255) = 22.96%
R=30.82%
G=46.22%
B=22.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal102153760.3300.500.499.7433.6244.9
Hex66994C210322864222d
Octal14623111441062501444255
Binary110011010011001100110010000101100101010001100100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66994C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,153,76); }

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

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

 a { background-color: rgb(102,153,76); }

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

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

 span { border-color: rgb(102,153,76); }

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