#5F985E

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

Shades of Hippie Green #5F985E

Tints of Hippie Green #5F985E

Color information

#5F985E (or 0x5F985E) is unknown color: approx Hippie Green. HEX triplet: 5F, 98 and 5E. RGB value is (95,152,94). Sum of RGB (Red+Green+Blue) = 95+152+94=341 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.86% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 152 - color contains mainly: green. Hex color #5F985E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F985E is #A067A1. Grayscale: #808080. Windows color (decimal): -10512290 or 6199391. OLE color: 6199391.

HSL color Cylindrical-coordinate representation of color #5F985E: hue angle of 118.97º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F985E is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB9515294-
CMYK0.3800.380.40
HSL118.97º23.58%48.24%-
HSV(B)118.97º38.16%59.61%-
XYZ17.9725.714.6-
YUV128.34108.62104.22-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.86%
GREEN value IS 152 (59.77% from 255) = 44.57%
BLUE value IS 94 (37.11% from 255) = 27.57%
R=27.86%
G=44.57%
B=27.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal95152940.3800.380.40118.9723.5848.24
Hex5F985E2602628771830
Octal13723013646046501673060
Binary10111111001100010111101001100100110101000111011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F985E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,152,94); }

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

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

 a { background-color: rgb(95,152,94); }

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

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

 span { border-color: rgb(95,152,94); }

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