#609B52

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

Shades of Hippie Green #609B52

Tints of Hippie Green #609B52

Color information

#609B52 (or 0x609B52) is unknown color: approx Hippie Green. HEX triplet: 60, 9B and 52. RGB value is (96,155,82). Sum of RGB (Red+Green+Blue) = 96+155+82=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 155 (60.94% from 255 or 46.55% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 155 - color contains mainly: green. Hex color #609B52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609B52 is #9F64AD. Grayscale: #818181. Windows color (decimal): -10445998 or 5413728. OLE color: 5413728.

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

Color convert

RGB9615582-
CMYK0.3800.470.39
HSL108.49º30.8%46.47%-
HSV(B)108.49º47.1%60.78%-
XYZ18.0726.5412.15-
YUV129.04101.45104.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.83%
GREEN value IS 155 (60.94% from 255) = 46.55%
BLUE value IS 82 (32.42% from 255) = 24.62%
R=28.83%
G=46.55%
B=24.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal96155820.3800.470.39108.4930.846.47
Hex609B522602F276c1f2e
Octal14023312246057471543756
Binary11000001001101110100101001100101111100111110110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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