Html Css Color HEX #669C64 Hippie Green

📋 copy color: '#669C64'

red 102 ◦ green 156 ◦ blue 100

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

Shades of Hippie Green #669C64

Tints of Hippie Green #669C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.93%

R = 28.49%
G = 43.58%
B = 27.93%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.36

 K value IS 0.39

RGB Variations

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

Color information

#669C64 (or 0x669C64) is known color: Hippie Green. HEX triplet: 66, 9C and 64. RGB value is (102,156,100). Sum of RGB (Red+Green+Blue) = 102+156+100=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 156 (61.33% from 255 or 43.58% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 156 - color contains mainly: green. Hex color #669C64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669C64 is #99639B. Grayscale: #858585. Windows color (decimal): -10052508 or 6593638. OLE color: 6593638.

HSL color Cylindrical-coordinate representation of color #669C64: hue angle of 117.86º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #669C64 is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.

Color convert

RGB 102 156 100 -
CMYK 0.35 0 0.36 0.39
HSL 117.86º 0.22% 0.5% -
HSV(B) 117.86º 0.36% 0.61% -
XYZ 19.67 27.52 16.33 -
YUV 133.47 109.11 105.55 -
System Red Green Blue C M Y K H S L
Decimal 102 156 100 0.35 0 0.36 0.39 117.86 0.22 0.5
Hex 66 9C 64 23 0 24 27 76 16 32
Octal 146 234 144 43 0 44 47 166 26 62
Binary 1100110 10011100 1100100 100011 0 100100 100111 1110110 10110 110010

Color Harmonies of #669C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669C64

Black with #669C64

Text Example


Text Example

White with #669C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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