#66975A

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

Shades of Hippie Green #66975A

Tints of Hippie Green #66975A

Color information

#66975A (or 0x66975A) is unknown color: approx Hippie Green. HEX triplet: 66, 97 and 5A. RGB value is (102,151,90). Sum of RGB (Red+Green+Blue) = 102+151+90=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 151 (59.38% from 255 or 44.02% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 151 - color contains mainly: green. Hex color #66975A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66975A is #9968A5. Grayscale: #818181. Windows color (decimal): -10053798 or 5936998. OLE color: 5936998.

HSL color Cylindrical-coordinate representation of color #66975A: hue angle of 108.2º 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 #66975A is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB10215190-
CMYK0.3200.400.41
HSL108.2º25.31%47.25%-
HSV(B)108.2º40.4%59.22%-
XYZ18.3925.713.66-
YUV129.39105.77108.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.74%
GREEN value IS 151 (59.38% from 255) = 44.02%
BLUE value IS 90 (35.55% from 255) = 26.24%
R=29.74%
G=44.02%
B=26.24%

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
Decimal102151900.3200.400.41108.225.3147.25
Hex66975A20028296c192f
Octal14622713240050511543157
Binary11001101001011110110101000000101000101001110110011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66975A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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