#66974B

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

Shades of Glade Green #66974B

Tints of Glade Green #66974B

Color information

#66974B (or 0x66974B) is unknown color: approx Glade Green. HEX triplet: 66, 97 and 4B. RGB value is (102,151,75). Sum of RGB (Red+Green+Blue) = 102+151+75=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 151 (59.38% from 255 or 46.04% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 151 - color contains mainly: green. Hex color #66974B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66974B is #9968B4. Grayscale: #7F7F7F. Windows color (decimal): -10053813 or 4953958. OLE color: 4953958.

HSL color Cylindrical-coordinate representation of color #66974B: hue angle of 98.68º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66974B is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB10215175-
CMYK0.3200.500.41
HSL98.68º33.63%44.31%-
HSV(B)98.68º50.33%59.22%-
XYZ17.8225.4710.63-
YUV127.6898.27109.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.10%
GREEN value IS 151 (59.38% from 255) = 46.04%
BLUE value IS 75 (29.69% from 255) = 22.87%
R=31.10%
G=46.04%
B=22.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal102151750.3200.500.4198.6833.6344.31
Hex66974B200322963222c
Octal14622711340062511434254
Binary110011010010111100101110000001100101010011100011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66974B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66974B; }

 p { color: rgb(102,151,75); }

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

<style>
 a { background-color: #66974B; }

 a { background-color: rgb(102,151,75); }

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

<style>
 span { border-color: #66974B; }

 span { border-color: rgb(102,151,75); }

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