#669C55

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

Shades of Hippie Green #669C55

Tints of Hippie Green #669C55

Color information

#669C55 (or 0x669C55) is unknown color: approx Hippie Green. HEX triplet: 66, 9C and 55. RGB value is (102,156,85). Sum of RGB (Red+Green+Blue) = 102+156+85=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 156 (61.33% from 255 or 45.48% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 156 - color contains mainly: green. Hex color #669C55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669C55 is #9963AA. Grayscale: #838383. Windows color (decimal): -10052523 or 5610598. OLE color: 5610598.

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

Color convert

RGB10215685-
CMYK0.3500.460.39
HSL105.63º29.46%47.25%-
HSV(B)105.63º45.51%61.18%-
XYZ19.0127.2612.85-
YUV131.76101.61106.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.74%
GREEN value IS 156 (61.33% from 255) = 45.48%
BLUE value IS 85 (33.59% from 255) = 24.78%
R=29.74%
G=45.48%
B=24.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102156850.3500.460.39105.6329.4647.25
Hex669C552302E276a1d2f
Octal14623412543056471523557
Binary11001101001110010101011000110101110100111110101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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