#609852

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

Shades of Hippie Green #609852

Tints of Hippie Green #609852

Color information

#609852 (or 0x609852) is unknown color: approx Hippie Green. HEX triplet: 60, 98 and 52. RGB value is (96,152,82). Sum of RGB (Red+Green+Blue) = 96+152+82=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 152 - color contains mainly: green. Hex color #609852 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609852 is #9F67AD. Grayscale: #7F7F7F. Windows color (decimal): -10446766 or 5412960. OLE color: 5412960.

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

Color convert

RGB9615282-
CMYK0.3700.460.40
HSL108º29.91%45.88%-
HSV(B)108º46.05%59.61%-
XYZ17.5825.5511.99-
YUV127.28102.45105.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.09%
GREEN value IS 152 (59.77% from 255) = 46.06%
BLUE value IS 82 (32.42% from 255) = 24.85%
R=29.09%
G=46.06%
B=24.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal96152820.3700.460.4010829.9145.88
Hex6098522502E286c1e2e
Octal14023012245056501543656
Binary11000001001100010100101001010101110101000110110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609852; }

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

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

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

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

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

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

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

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