Html Css Color HEX #669F60 Hippie Green

📋 copy color: '#669F60'

red 102 ◦ green 159 ◦ blue 96

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

Shades of Hippie Green #669F60

Tints of Hippie Green #669F60

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.54%

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

R = 28.57%
G = 44.54%
B = 26.89%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#669F60 (or 0x669F60) is known color: Hippie Green. HEX triplet: 66, 9F and 60. RGB value is (102,159,96). Sum of RGB (Red+Green+Blue) = 102+159+96=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 159 (62.5% from 255 or 44.54% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 159 - color contains mainly: green. Hex color #669F60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669F60 is #99609F. Grayscale: #868686. Windows color (decimal): -10051744 or 6332262. OLE color: 6332262.

HSL color Cylindrical-coordinate representation of color #669F60: hue angle of 114.29º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #669F60 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 159 96 -
CMYK 0.36 0 0.40 0.38
HSL 114.29º 0.25% 0.5% -
HSV(B) 114.29º 0.4% 0.62% -
XYZ 19.99 28.47 15.51 -
YUV 134.78 106.12 104.62 -
System Red Green Blue C M Y K H S L
Decimal 102 159 96 0.36 0 0.40 0.38 114.29 0.25 0.5
Hex 66 9F 60 24 0 28 26 72 19 32
Octal 146 237 140 44 0 50 46 162 31 62
Binary 1100110 10011111 1100000 100100 0 101000 100110 1110010 11001 110010

Color Harmonies of #669F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669F60

Black with #669F60

Text Example


Text Example

White with #669F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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