#5F8856

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

Shades of Hippie Green #5F8856

Tints of Hippie Green #5F8856

Color information

#5F8856 (or 0x5F8856) is unknown color: approx Hippie Green. HEX triplet: 5F, 88 and 56. RGB value is (95,136,86). Sum of RGB (Red+Green+Blue) = 95+136+86=317 (41% of max value = 765). Red value is 95 (37.5% from 255 or 29.97% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 136 - color contains mainly: green. Hex color #5F8856 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8856 is #A077A9. Grayscale: #767676. Windows color (decimal): -10516394 or 5671007. OLE color: 5671007.

HSL color Cylindrical-coordinate representation of color #5F8856: hue angle of 109.2º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5F8856 is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB9513686-
CMYK0.3000.370.47
HSL109.2º22.52%43.53%-
HSV(B)109.2º36.76%53.33%-
XYZ15.220.7112-
YUV118.04109.92111.57-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.97%
GREEN value IS 136 (53.52% from 255) = 42.90%
BLUE value IS 86 (33.98% from 255) = 27.13%
R=29.97%
G=42.90%
B=27.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal95136860.3000.370.47109.222.5243.53
Hex5F88561E0252F6d172c
Octal13721012636045571552754
Binary1011111100010001010110111100100101101111110110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,136,86); }

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

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

 a { background-color: rgb(95,136,86); }

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

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

 span { border-color: rgb(95,136,86); }

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