#669552

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

Shades of Hippie Green #669552

Tints of Hippie Green #669552

Color information

#669552 (or 0x669552) is unknown color: approx Hippie Green. HEX triplet: 66, 95 and 52. RGB value is (102,149,82). Sum of RGB (Red+Green+Blue) = 102+149+82=333 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.63% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 149 - color contains mainly: green. Hex color #669552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669552 is #996AAD. Grayscale: #7F7F7F. Windows color (decimal): -10054318 or 5412198. OLE color: 5412198.

HSL color Cylindrical-coordinate representation of color #669552: hue angle of 102.09º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #669552 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB10214982-
CMYK0.3200.450.42
HSL102.09º29%45.29%-
HSV(B)102.09º44.97%58.43%-
XYZ17.7524.9311.86-
YUV127.31102.43109.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.63%
GREEN value IS 149 (58.59% from 255) = 44.74%
BLUE value IS 82 (32.42% from 255) = 24.62%
R=30.63%
G=44.74%
B=24.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal102149820.3200.450.42102.092945.29
Hex6695522002D2A661d2d
Octal14622512240055521463555
Binary11001101001010110100101000000101101101010110011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669552; }

 p { color: rgb(102,149,82); }

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

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

 a { background-color: rgb(102,149,82); }

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

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

 span { border-color: rgb(102,149,82); }

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