#609E52

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

Shades of Hippie Green #609E52

Tints of Hippie Green #609E52

Color information

#609E52 (or 0x609E52) is unknown color: approx Hippie Green. HEX triplet: 60, 9E and 52. RGB value is (96,158,82). Sum of RGB (Red+Green+Blue) = 96+158+82=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 158 (62.11% from 255 or 47.02% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 158 - color contains mainly: green. Hex color #609E52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609E52 is #9F61AD. Grayscale: #838383. Windows color (decimal): -10445230 or 5414496. OLE color: 5414496.

HSL color Cylindrical-coordinate representation of color #609E52: hue angle of 108.95º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #609E52 is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB9615882-
CMYK0.3900.480.38
HSL108.95º31.67%47.06%-
HSV(B)108.95º48.1%61.96%-
XYZ18.5727.5512.32-
YUV130.8100.46103.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.57%
GREEN value IS 158 (62.11% from 255) = 47.02%
BLUE value IS 82 (32.42% from 255) = 24.40%
R=28.57%
G=47.02%
B=24.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal96158820.3900.480.38108.9531.6747.06
Hex609E5227030266d202f
Octal14023612247060461554057
Binary110000010011110101001010011101100001001101101101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609E52; }

 p { color: rgb(96,158,82); }

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

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

 a { background-color: rgb(96,158,82); }

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

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

 span { border-color: rgb(96,158,82); }

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