#609955

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

Shades of Hippie Green #609955

Tints of Hippie Green #609955

Color information

#609955 (or 0x609955) is unknown color: approx Hippie Green. HEX triplet: 60, 99 and 55. RGB value is (96,153,85). Sum of RGB (Red+Green+Blue) = 96+153+85=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #609955 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609955 is #9F66AA. Grayscale: #808080. Windows color (decimal): -10446507 or 5609824. OLE color: 5609824.

HSL color Cylindrical-coordinate representation of color #609955: hue angle of 110.29º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #609955 is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB9615385-
CMYK0.3700.440.4
HSL110.29º28.57%46.67%-
HSV(B)110.29º44.44%60%-
XYZ17.8525.9312.66-
YUV128.2103.62105.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.74%
GREEN value IS 153 (60.16% from 255) = 45.81%
BLUE value IS 85 (33.59% from 255) = 25.45%
R=28.74%
G=45.81%
B=25.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal96153850.3700.440.4110.2928.5746.67
Hex6099552502C286e1d2f
Octal14023112545054501563557
Binary11000001001100110101011001010101100101000110111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609955; }

 p { color: rgb(96,153,85); }

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

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

 a { background-color: rgb(96,153,85); }

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

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

 span { border-color: rgb(96,153,85); }

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