Html Css Color HEX #66885E Hippie Green

📋 copy color: '#66885E'

red 102 ◦ green 136 ◦ blue 94

#66885E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Green #66885E

Tints of Hippie Green #66885E

RGB

 RED value IS 102 (40.23% from 255) = 30.72%

 GREEN value IS 136 (53.52% from 255) = 40.96%

 BLUE value IS 94 (37.11% from 255) = 28.31%

R = 30.72%
G = 40.96%
B = 28.31%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#66885E (or 0x66885E) is known color: Hippie Green. HEX triplet: 66, 88 and 5E. RGB value is (102,136,94). Sum of RGB (Red+Green+Blue) = 102+136+94=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 136 - color contains mainly: green. Hex color #66885E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66885E is #9977A1. Grayscale: #797979. Windows color (decimal): -10057634 or 6195302. OLE color: 6195302.

HSL color Cylindrical-coordinate representation of color #66885E: hue angle of 108.57º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #66885E is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 136 94 -
CMYK 0.25 0 0.31 0.47
HSL 108.57º 0.18% 0.45% -
HSV(B) 108.57º 0.31% 0.53% -
XYZ 16.3 21.24 13.83 -
YUV 121.05 112.74 114.42 -
System Red Green Blue C M Y K H S L
Decimal 102 136 94 0.25 0 0.31 0.47 108.57 0.18 0.45
Hex 66 88 5E 19 0 1F 2F 6D 12 2D
Octal 146 210 136 31 0 37 57 155 22 55
Binary 1100110 10001000 1011110 11001 0 11111 101111 1101101 10010 101101

Color Harmonies of #66885E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66885E

Black with #66885E

Text Example


Text Example

White with #66885E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66885E; }

 p { color: rgb(102,136,94); }

 H1.HeaderClassName
 {
   color: #66885E;
 }
 .AnyTagClassName
 {
   color: #66885E;
 }
</style>

background-color css

<style>
 a { background-color: #66885E; }

 a { background-color: rgb(102,136,94); }

 div.DivClassName
 {
   background-color: #66885E;
 }
 .BgClassName
 {
   background-color: #66885E;
 }
</style>

border-color css

<style>
 span { border-color: #66885E; }

 span { border-color: rgb(102,136,94); }

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