#60875B

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

Shades of Hippie Green #60875B

Tints of Hippie Green #60875B

Color information

#60875B (or 0x60875B) is unknown color: approx Hippie Green. HEX triplet: 60, 87 and 5B. RGB value is (96,135,91). Sum of RGB (Red+Green+Blue) = 96+135+91=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 135 - color contains mainly: green. Hex color #60875B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60875B is #9F78A4. Grayscale: #767676. Windows color (decimal): -10451109 or 5998432. OLE color: 5998432.

HSL color Cylindrical-coordinate representation of color #60875B: hue angle of 113.18º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #60875B is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB9613591-
CMYK0.2900.330.47
HSL113.18º19.47%44.31%-
HSV(B)113.18º32.59%52.94%-
XYZ15.3820.5713.06-
YUV118.32112.58112.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.81%
GREEN value IS 135 (53.12% from 255) = 41.93%
BLUE value IS 91 (35.94% from 255) = 28.26%
R=29.81%
G=41.93%
B=28.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96135910.2900.330.47113.1819.4744.31
Hex60875B1D0212F71132c
Octal14020713335041571612354
Binary1100000100001111011011111010100001101111111000110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60875B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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