#60995F

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

Shades of Hippie Green #60995F

Tints of Hippie Green #60995F

Color information

#60995F (or 0x60995F) is unknown color: approx Hippie Green. HEX triplet: 60, 99 and 5F. RGB value is (96,153,95). Sum of RGB (Red+Green+Blue) = 96+153+95=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 153 - color contains mainly: green. Hex color #60995F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60995F is #9F66A0. Grayscale: #818181. Windows color (decimal): -10446497 or 6265184. OLE color: 6265184.

HSL color Cylindrical-coordinate representation of color #60995F: hue angle of 118.97º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60995F is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB9615395-
CMYK0.3700.380.4
HSL118.97º23.39%48.63%-
HSV(B)118.97º37.91%60%-
XYZ18.2826.114.9-
YUV129.34108.62104.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.91%
GREEN value IS 153 (60.16% from 255) = 44.48%
BLUE value IS 95 (37.5% from 255) = 27.62%
R=27.91%
G=44.48%
B=27.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal96153950.3700.380.4118.9723.3948.63
Hex60995F2502628771731
Octal14023113745046501672761
Binary11000001001100110111111001010100110101000111011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60995F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60995F; }

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

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

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

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

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

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

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

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