#5F985C

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

Shades of Hippie Green #5F985C

Tints of Hippie Green #5F985C

Color information

#5F985C (or 0x5F985C) is unknown color: approx Hippie Green. HEX triplet: 5F, 98 and 5C. RGB value is (95,152,92). Sum of RGB (Red+Green+Blue) = 95+152+92=339 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.02% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 152 - color contains mainly: green. Hex color #5F985C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F985C is #A067A3. Grayscale: #808080. Windows color (decimal): -10512292 or 6068319. OLE color: 6068319.

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

Color convert

RGB9515292-
CMYK0.3800.390.40
HSL117º24.59%47.84%-
HSV(B)117º39.47%59.61%-
XYZ17.8825.6614.14-
YUV128.12107.62104.38-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.02%
GREEN value IS 152 (59.77% from 255) = 44.84%
BLUE value IS 92 (36.33% from 255) = 27.14%
R=28.02%
G=44.84%
B=27.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal95152920.3800.390.4011724.5947.84
Hex5F985C2602728751930
Octal13723013446047501653160
Binary10111111001100010111001001100100111101000111010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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