#609F52

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

Shades of Hippie Green #609F52

Tints of Hippie Green #609F52

Color information

#609F52 (or 0x609F52) is unknown color: approx Hippie Green. HEX triplet: 60, 9F and 52. RGB value is (96,159,82). Sum of RGB (Red+Green+Blue) = 96+159+82=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 159 (62.5% from 255 or 47.18% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 159 - color contains mainly: green. Hex color #609F52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609F52 is #9F60AD. Grayscale: #838383. Windows color (decimal): -10444974 or 5414752. OLE color: 5414752.

HSL color Cylindrical-coordinate representation of color #609F52: hue angle of 109.09º 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 #609F52 is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB9615982-
CMYK0.4000.480.38
HSL109.09º31.95%47.25%-
HSV(B)109.09º48.43%62.35%-
XYZ18.7527.8912.38-
YUV131.39100.13102.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.49%
GREEN value IS 159 (62.5% from 255) = 47.18%
BLUE value IS 82 (32.42% from 255) = 24.33%
R=28.49%
G=47.18%
B=24.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal96159820.4000.480.38109.0931.9547.25
Hex609F5228030266d202f
Octal14023712250060461554057
Binary110000010011111101001010100001100001001101101101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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