#60865C

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

Shades of Hippie Green #60865C

Tints of Hippie Green #60865C

Color information

#60865C (or 0x60865C) is unknown color: approx Hippie Green. HEX triplet: 60, 86 and 5C. RGB value is (96,134,92). Sum of RGB (Red+Green+Blue) = 96+134+92=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 134 - color contains mainly: green. Hex color #60865C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60865C is #9F79A3. Grayscale: #757575. Windows color (decimal): -10451364 or 6063712. OLE color: 6063712.

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

Color convert

RGB9613492-
CMYK0.2800.310.47
HSL114.29º18.58%44.31%-
HSV(B)114.29º31.34%52.55%-
XYZ15.2820.3113.24-
YUV117.85113.41112.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.81%
GREEN value IS 134 (52.73% from 255) = 41.61%
BLUE value IS 92 (36.33% from 255) = 28.57%
R=29.81%
G=41.61%
B=28.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96134920.2800.310.47114.2918.5844.31
Hex60865C1C01F2F72132c
Octal14020613434037571622354
Binary110000010000110101110011100011111101111111001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60865C; }

 p { color: rgb(96,134,92); }

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

<style>
 a { background-color: #60865C; }

 a { background-color: rgb(96,134,92); }

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

<style>
 span { border-color: #60865C; }

 span { border-color: rgb(96,134,92); }

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