#609952

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

Shades of Hippie Green #609952

Tints of Hippie Green #609952

Color information

#609952 (or 0x609952) is unknown color: approx Hippie Green. HEX triplet: 60, 99 and 52. RGB value is (96,153,82). Sum of RGB (Red+Green+Blue) = 96+153+82=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 153 - color contains mainly: green. Hex color #609952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609952 is #9F66AD. Grayscale: #808080. Windows color (decimal): -10446510 or 5413216. OLE color: 5413216.

HSL color Cylindrical-coordinate representation of color #609952: hue angle of 108.17º 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 #609952 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB9615382-
CMYK0.3700.460.4
HSL108.17º30.21%46.08%-
HSV(B)108.17º46.41%60%-
XYZ17.7425.8812.04-
YUV127.86102.12105.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.00%
GREEN value IS 153 (60.16% from 255) = 46.22%
BLUE value IS 82 (32.42% from 255) = 24.77%
R=29.00%
G=46.22%
B=24.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal96153820.3700.460.4108.1730.2146.08
Hex6099522502E286c1e2e
Octal14023112245056501543656
Binary11000001001100110100101001010101110101000110110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609952; }

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

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

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

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

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

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

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

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