Html Css Color HEX #66A05A Hippie Green

📋 copy color: '#66A05A'

red 102 ◦ green 160 ◦ blue 90

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

Shades of Hippie Green #66A05A

Tints of Hippie Green #66A05A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 45.45%

 BLUE value IS 90 (35.55% from 255) = 25.57%

R = 28.98%
G = 45.45%
B = 25.57%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#66A05A (or 0x66A05A) is known color: Hippie Green. HEX triplet: 66, A0 and 5A. RGB value is (102,160,90). Sum of RGB (Red+Green+Blue) = 102+160+90=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 160 (62.89% from 255 or 45.45% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 160 - color contains mainly: green. Hex color #66A05A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A05A is #995FA5. Grayscale: #868686. Windows color (decimal): -10051494 or 5939302. OLE color: 5939302.

HSL color Cylindrical-coordinate representation of color #66A05A: hue angle of 109.71º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #66A05A is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB 102 160 90 -
CMYK 0.36 0 0.44 0.37
HSL 109.71º 0.28% 0.49% -
HSV(B) 109.71º 0.44% 0.63% -
XYZ 19.9 28.7 14.16 -
YUV 134.68 102.78 104.69 -
System Red Green Blue C M Y K H S L
Decimal 102 160 90 0.36 0 0.44 0.37 109.71 0.28 0.49
Hex 66 A0 5A 24 0 2C 25 6E 1C 31
Octal 146 240 132 44 0 54 45 156 34 61
Binary 1100110 10100000 1011010 100100 0 101100 100101 1101110 11100 110001

Color Harmonies of #66A05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A05A

Black with #66A05A

Text Example


Text Example

White with #66A05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66A05A; }

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

 H1.HeaderClassName
 {
   color: #66A05A;
 }
 .AnyTagClassName
 {
   color: #66A05A;
 }
</style>

background-color css

<style>
 a { background-color: #66A05A; }

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

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

border-color css

<style>
 span { border-color: #66A05A; }

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

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