#669C63

Color #669C63 Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #669C63

Tints of Hippie Green #669C63

Color information

#669C63 (or 0x669C63) is unknown color: approx Hippie Green. HEX triplet: 66, 9C and 63. RGB value is (102,156,99). Sum of RGB (Red+Green+Blue) = 102+156+99=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 156 (61.33% from 255 or 43.70% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 156 - color contains mainly: green. Hex color #669C63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669C63 is #99639C. Grayscale: #858585. Windows color (decimal): -10052509 or 6528102. OLE color: 6528102.

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

Color convert

RGB10215699-
CMYK0.3500.370.39
HSL116.84º22.35%50%-
HSV(B)116.84º36.54%61.18%-
XYZ19.6227.516.08-
YUV133.36108.61105.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.57%
GREEN value IS 156 (61.33% from 255) = 43.70%
BLUE value IS 99 (39.06% from 255) = 27.73%
R=28.57%
G=43.70%
B=27.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102156990.3500.370.39116.8422.3550
Hex669C632302527751632
Octal14623414343045471652662
Binary11001101001110011000111000110100101100111111010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #669C63;
 }
 .AnyTagClassName
 {
   color: #669C63;
 }
</style>
background-color css

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

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

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

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

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

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