Html Css Color HEX #668660 Hippie Green

📋 copy color: '#668660'

red 102 ◦ green 134 ◦ blue 96

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

Shades of Hippie Green #668660

Tints of Hippie Green #668660

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.36%

 BLUE value IS 96 (37.89% from 255) = 28.92%

R = 30.72%
G = 40.36%
B = 28.92%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#668660 (or 0x668660) is known color: Hippie Green. HEX triplet: 66, 86 and 60. RGB value is (102,134,96). Sum of RGB (Red+Green+Blue) = 102+134+96=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 134 - color contains mainly: green. Hex color #668660 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668660 is #99799F. Grayscale: #787878. Windows color (decimal): -10058144 or 6325862. OLE color: 6325862.

HSL color Cylindrical-coordinate representation of color #668660: hue angle of 110.53º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #668660 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 134 96 -
CMYK 0.24 0 0.28 0.47
HSL 110.53º 0.17% 0.45% -
HSV(B) 110.53º 0.28% 0.53% -
XYZ 16.12 20.72 14.22 -
YUV 120.1 114.4 115.09 -
System Red Green Blue C M Y K H S L
Decimal 102 134 96 0.24 0 0.28 0.47 110.53 0.17 0.45
Hex 66 86 60 18 0 1C 2F 6F 11 2D
Octal 146 206 140 30 0 34 57 157 21 55
Binary 1100110 10000110 1100000 11000 0 11100 101111 1101111 10001 101101

Color Harmonies of #668660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668660

Black with #668660

Text Example


Text Example

White with #668660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668660; }

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

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

background-color css

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

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

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

border-color css

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

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

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