#60895B

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

Shades of Hippie Green #60895B

Tints of Hippie Green #60895B

Color information

#60895B (or 0x60895B) is unknown color: approx Hippie Green. HEX triplet: 60, 89 and 5B. RGB value is (96,137,91). Sum of RGB (Red+Green+Blue) = 96+137+91=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 137 - color contains mainly: green. Hex color #60895B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60895B is #9F76A4. Grayscale: #777777. Windows color (decimal): -10450597 or 5998944. OLE color: 5998944.

HSL color Cylindrical-coordinate representation of color #60895B: hue angle of 113.48º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #60895B is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB9613791-
CMYK0.3000.340.46
HSL113.48º20.18%44.71%-
HSV(B)113.48º33.58%53.73%-
XYZ15.6621.1313.15-
YUV119.5111.92111.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.63%
GREEN value IS 137 (53.91% from 255) = 42.28%
BLUE value IS 91 (35.94% from 255) = 28.09%
R=29.63%
G=42.28%
B=28.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal96137910.3000.340.46113.4820.1844.71
Hex60895B1E0222E71142d
Octal14021113336042561612455
Binary1100000100010011011011111100100010101110111000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60895B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60895B; }

 p { color: rgb(96,137,91); }

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

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

 a { background-color: rgb(96,137,91); }

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

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

 span { border-color: rgb(96,137,91); }

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