#5C865C

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

Shades of Hippie Green #5C865C

Tints of Hippie Green #5C865C

Color information

#5C865C (or 0x5C865C) is unknown color: approx Hippie Green. HEX triplet: 5C, 86 and 5C. RGB value is (92,134,92). Sum of RGB (Red+Green+Blue) = 92+134+92=318 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.93% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 134 - color contains mainly: green. Hex color #5C865C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C865C is #A379A3. Grayscale: #747474. Windows color (decimal): -10713508 or 6063708. OLE color: 6063708.

HSL color Cylindrical-coordinate representation of color #5C865C: hue angle of 120º 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 #5C865C is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB9213492-
CMYK0.3100.310.47
HSL120º18.58%44.31%-
HSV(B)120º31.34%52.55%-
XYZ14.8720.113.22-
YUV116.65114.09110.42-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.93%
GREEN value IS 134 (52.73% from 255) = 42.14%
BLUE value IS 92 (36.33% from 255) = 28.93%
R=28.93%
G=42.14%
B=28.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal92134920.3100.310.4712018.5844.31
Hex5C865C1F01F2F78132c
Octal13420613437037571702354
Binary101110010000110101110011111011111101111111100010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C865C; }

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

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

<style>
 a { background-color: #5C865C; }

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

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

<style>
 span { border-color: #5C865C; }

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

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