Html Css Color HEX #669B5E Hippie Green

📋 copy color: '#669B5E'

red 102 ◦ green 155 ◦ blue 94

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

Shades of Hippie Green #669B5E

Tints of Hippie Green #669B5E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.16%

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

R = 29.06%
G = 44.16%
B = 26.78%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#669B5E (or 0x669B5E) is known color: Hippie Green. HEX triplet: 66, 9B and 5E. RGB value is (102,155,94). Sum of RGB (Red+Green+Blue) = 102+155+94=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 155 - color contains mainly: green. Hex color #669B5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669B5E is #9964A1. Grayscale: #848484. Windows color (decimal): -10052770 or 6200166. OLE color: 6200166.

HSL color Cylindrical-coordinate representation of color #669B5E: hue angle of 112.13º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #669B5E is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB 102 155 94 -
CMYK 0.34 0 0.39 0.39
HSL 112.13º 0.24% 0.49% -
HSV(B) 112.13º 0.39% 0.61% -
XYZ 19.22 27.08 14.8 -
YUV 132.2 106.44 106.46 -
System Red Green Blue C M Y K H S L
Decimal 102 155 94 0.34 0 0.39 0.39 112.13 0.24 0.49
Hex 66 9B 5E 22 0 27 27 70 18 31
Octal 146 233 136 42 0 47 47 160 30 61
Binary 1100110 10011011 1011110 100010 0 100111 100111 1110000 11000 110001

Color Harmonies of #669B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669B5E

Black with #669B5E

Text Example


Text Example

White with #669B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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