#66875B

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

Shades of Hippie Green #66875B

Tints of Hippie Green #66875B

Color information

#66875B (or 0x66875B) is unknown color: approx Hippie Green. HEX triplet: 66, 87 and 5B. RGB value is (102,135,91). Sum of RGB (Red+Green+Blue) = 102+135+91=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 135 - color contains mainly: green. Hex color #66875B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66875B is #9978A4. Grayscale: #787878. Windows color (decimal): -10057893 or 5998438. OLE color: 5998438.

HSL color Cylindrical-coordinate representation of color #66875B: hue angle of 105º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #66875B is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB10213591-
CMYK0.2400.330.47
HSL105º19.47%44.31%-
HSV(B)105º32.59%52.94%-
XYZ16.0320.9113.09-
YUV120.12111.57115.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.10%
GREEN value IS 135 (53.12% from 255) = 41.16%
BLUE value IS 91 (35.94% from 255) = 27.74%
R=31.10%
G=41.16%
B=27.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102135910.2400.330.4710519.4744.31
Hex66875B180212F69132c
Octal14620713330041571512354
Binary1100110100001111011011110000100001101111110100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66875B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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