#66865B

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

Shades of Hippie Green #66865B

Tints of Hippie Green #66865B

Color information

#66865B (or 0x66865B) is unknown color: approx Hippie Green. HEX triplet: 66, 86 and 5B. RGB value is (102,134,91). Sum of RGB (Red+Green+Blue) = 102+134+91=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 134 - color contains mainly: green. Hex color #66865B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66865B is #9979A4. Grayscale: #777777. Windows color (decimal): -10058149 or 5998182. OLE color: 5998182.

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

Color convert

RGB10213491-
CMYK0.2400.320.47
HSL104.65º19.11%44.12%-
HSV(B)104.65º32.09%52.55%-
XYZ15.8920.6313.04-
YUV119.53111.9115.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.19%
GREEN value IS 134 (52.73% from 255) = 40.98%
BLUE value IS 91 (35.94% from 255) = 27.83%
R=31.19%
G=40.98%
B=27.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102134910.2400.320.47104.6519.1144.12
Hex66865B180202F69132c
Octal14620613330040571512354
Binary1100110100001101011011110000100000101111110100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66865B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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