#60875E

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

Shades of Hippie Green #60875E

Tints of Hippie Green #60875E

Color information

#60875E (or 0x60875E) is unknown color: approx Hippie Green. HEX triplet: 60, 87 and 5E. RGB value is (96,135,94). Sum of RGB (Red+Green+Blue) = 96+135+94=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 135 - color contains mainly: green. Hex color #60875E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60875E is #9F78A1. Grayscale: #767676. Windows color (decimal): -10451106 or 6195040. OLE color: 6195040.

HSL color Cylindrical-coordinate representation of color #60875E: hue angle of 117.07º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #60875E is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB9613594-
CMYK0.2900.300.47
HSL117.07º17.9%44.9%-
HSV(B)117.07º30.37%52.94%-
XYZ15.5120.6213.75-
YUV118.66114.08111.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.54%
GREEN value IS 135 (53.12% from 255) = 41.54%
BLUE value IS 94 (37.11% from 255) = 28.92%
R=29.54%
G=41.54%
B=28.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96135940.2900.300.47117.0717.944.9
Hex60875E1D01E2F75122d
Octal14020713635036571652255
Binary110000010000111101111011101011110101111111010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60875E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60875E; }

 p { color: rgb(96,135,94); }

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

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

 a { background-color: rgb(96,135,94); }

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

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

 span { border-color: rgb(96,135,94); }

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