#60875A

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

Shades of Hippie Green #60875A

Tints of Hippie Green #60875A

Color information

#60875A (or 0x60875A) is unknown color: approx Hippie Green. HEX triplet: 60, 87 and 5A. RGB value is (96,135,90). Sum of RGB (Red+Green+Blue) = 96+135+90=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 135 - color contains mainly: green. Hex color #60875A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60875A is #9F78A5. Grayscale: #767676. Windows color (decimal): -10451110 or 5932896. OLE color: 5932896.

HSL color Cylindrical-coordinate representation of color #60875A: hue angle of 112º degrees, saturation: 0.2, 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 #60875A is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB9613590-
CMYK0.2900.330.47
HSL112º20%44.12%-
HSV(B)112º33.33%52.94%-
XYZ15.3320.5512.83-
YUV118.21112.08112.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.91%
GREEN value IS 135 (53.12% from 255) = 42.06%
BLUE value IS 90 (35.55% from 255) = 28.04%
R=29.91%
G=42.06%
B=28.04%

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
Decimal96135900.2900.330.471122044.12
Hex60875A1D0212F70142c
Octal14020713235041571602454
Binary1100000100001111011010111010100001101111111000010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60875A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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