#66975B

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

Shades of Hippie Green #66975B

Tints of Hippie Green #66975B

Color information

#66975B (or 0x66975B) is unknown color: approx Hippie Green. HEX triplet: 66, 97 and 5B. RGB value is (102,151,91). Sum of RGB (Red+Green+Blue) = 102+151+91=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 151 (59.38% from 255 or 43.90% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 151 - color contains mainly: green. Hex color #66975B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66975B is #9968A4. Grayscale: #818181. Windows color (decimal): -10053797 or 6002534. OLE color: 6002534.

HSL color Cylindrical-coordinate representation of color #66975B: hue angle of 109º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66975B is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB10215191-
CMYK0.3200.400.41
HSL109º24.79%47.45%-
HSV(B)109º39.74%59.22%-
XYZ18.4325.7113.89-
YUV129.51106.27108.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.65%
GREEN value IS 151 (59.38% from 255) = 43.90%
BLUE value IS 91 (35.94% from 255) = 26.45%
R=29.65%
G=43.90%
B=26.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal102151910.3200.400.4110924.7947.45
Hex66975B20028296d192f
Octal14622713340050511553157
Binary11001101001011110110111000000101000101001110110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66975B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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