Html Css Color HEX #669C5E Hippie Green

📋 copy color: '#669C5E'

red 102 ◦ green 156 ◦ blue 94

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

Shades of Hippie Green #669C5E

Tints of Hippie Green #669C5E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.32%

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

R = 28.98%
G = 44.32%
B = 26.7%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#669C5E (or 0x669C5E) is known color: Hippie Green. HEX triplet: 66, 9C and 5E. RGB value is (102,156,94). Sum of RGB (Red+Green+Blue) = 102+156+94=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 156 (61.33% from 255 or 44.32% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 156 - color contains mainly: green. Hex color #669C5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669C5E is #9963A1. Grayscale: #848484. Windows color (decimal): -10052514 or 6200422. OLE color: 6200422.

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

Color convert

RGB 102 156 94 -
CMYK 0.35 0 0.40 0.39
HSL 112.26º 0.25% 0.49% -
HSV(B) 112.26º 0.4% 0.61% -
XYZ 19.39 27.41 14.86 -
YUV 132.79 106.11 106.04 -
System Red Green Blue C M Y K H S L
Decimal 102 156 94 0.35 0 0.40 0.39 112.26 0.25 0.49
Hex 66 9C 5E 23 0 28 27 70 19 31
Octal 146 234 136 43 0 50 47 160 31 61
Binary 1100110 10011100 1011110 100011 0 101000 100111 1110000 11001 110001

Color Harmonies of #669C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669C5E

Black with #669C5E

Text Example


Text Example

White with #669C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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