#66964F

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

Shades of Glade Green #66964F

Tints of Glade Green #66964F

Color information

#66964F (or 0x66964F) is unknown color: approx Glade Green. HEX triplet: 66, 96 and 4F. RGB value is (102,150,79). Sum of RGB (Red+Green+Blue) = 102+150+79=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 150 - color contains mainly: green. Hex color #66964F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66964F is #9969B0. Grayscale: #7F7F7F. Windows color (decimal): -10054065 or 5215846. OLE color: 5215846.

HSL color Cylindrical-coordinate representation of color #66964F: hue angle of 100.56º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66964F is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB10215079-
CMYK0.3200.470.41
HSL100.56º31%44.9%-
HSV(B)100.56º47.33%58.82%-
XYZ17.825.211.32-
YUV127.55100.6109.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.82%
GREEN value IS 150 (58.98% from 255) = 45.32%
BLUE value IS 79 (31.25% from 255) = 23.87%
R=30.82%
G=45.32%
B=23.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal102150790.3200.470.41100.563144.9
Hex66964F2002F29651f2d
Octal14622611740057511453755
Binary11001101001011010011111000000101111101001110010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66964F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66964F; }

 p { color: rgb(102,150,79); }

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

<style>
 a { background-color: #66964F; }

 a { background-color: rgb(102,150,79); }

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

<style>
 span { border-color: #66964F; }

 span { border-color: rgb(102,150,79); }

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