#669855

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

Shades of Hippie Green #669855

Tints of Hippie Green #669855

Color information

#669855 (or 0x669855) is unknown color: approx Hippie Green. HEX triplet: 66, 98 and 55. RGB value is (102,152,85). Sum of RGB (Red+Green+Blue) = 102+152+85=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 152 - color contains mainly: green. Hex color #669855 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669855 is #9967AA. Grayscale: #818181. Windows color (decimal): -10053547 or 5609574. OLE color: 5609574.

HSL color Cylindrical-coordinate representation of color #669855: hue angle of 104.78º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #669855 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB10215285-
CMYK0.3300.440.40
HSL104.78º28.27%46.47%-
HSV(B)104.78º44.08%59.61%-
XYZ18.3525.9412.63-
YUV129.41102.94108.45-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.09%
GREEN value IS 152 (59.77% from 255) = 44.84%
BLUE value IS 85 (33.59% from 255) = 25.07%
R=30.09%
G=44.84%
B=25.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal102152850.3300.440.40104.7828.2746.47
Hex6698552102C28691c2e
Octal14623012541054501513456
Binary11001101001100010101011000010101100101000110100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669855; }

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

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

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

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

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

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

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

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