Html Css Color HEX #669860 Hippie Green

📋 copy color: '#669860'

red 102 ◦ green 152 ◦ blue 96

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

Shades of Hippie Green #669860

Tints of Hippie Green #669860

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.43%

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

R = 29.14%
G = 43.43%
B = 27.43%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.37

 K value IS 0.40

RGB Variations

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

Color information

#669860 (or 0x669860) is known color: Hippie Green. HEX triplet: 66, 98 and 60. RGB value is (102,152,96). Sum of RGB (Red+Green+Blue) = 102+152+96=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 152 (59.77% from 255 or 43.43% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 152 - color contains mainly: green. Hex color #669860 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669860 is #99679F. Grayscale: #828282. Windows color (decimal): -10053536 or 6330470. OLE color: 6330470.

HSL color Cylindrical-coordinate representation of color #669860: hue angle of 113.57º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #669860 is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 152 96 -
CMYK 0.33 0 0.37 0.40
HSL 113.57º 0.23% 0.49% -
HSV(B) 113.57º 0.37% 0.6% -
XYZ 18.82 26.13 15.12 -
YUV 130.67 108.44 107.55 -
System Red Green Blue C M Y K H S L
Decimal 102 152 96 0.33 0 0.37 0.40 113.57 0.23 0.49
Hex 66 98 60 21 0 25 28 72 17 31
Octal 146 230 140 41 0 45 50 162 27 61
Binary 1100110 10011000 1100000 100001 0 100101 101000 1110010 10111 110001

Color Harmonies of #669860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669860

Black with #669860

Text Example


Text Example

White with #669860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669860; }

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

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

background-color css

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

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

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

border-color css

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

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

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