#5F954E

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

Shades of Hippie Green #5F954E

Tints of Hippie Green #5F954E

Color information

#5F954E (or 0x5F954E) is unknown color: approx Hippie Green. HEX triplet: 5F, 95 and 4E. RGB value is (95,149,78). Sum of RGB (Red+Green+Blue) = 95+149+78=322 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.50% from 322); Green value is 149 (58.59% from 255 or 46.27% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 149 - color contains mainly: green. Hex color #5F954E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F954E is #A06AB1. Grayscale: #7C7C7C. Windows color (decimal): -10513074 or 5150047. OLE color: 5150047.

HSL color Cylindrical-coordinate representation of color #5F954E: hue angle of 105.63º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5F954E is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB9514978-
CMYK0.3600.480.42
HSL105.63º31.28%44.51%-
HSV(B)105.63º47.65%58.43%-
XYZ16.8424.4811.04-
YUV124.76101.61106.77-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.50%
GREEN value IS 149 (58.59% from 255) = 46.27%
BLUE value IS 78 (30.86% from 255) = 24.22%
R=29.50%
G=46.27%
B=24.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal95149780.3600.480.42105.6331.2844.51
Hex5F954E240302A6a1f2d
Octal13722511644060521523755
Binary10111111001010110011101001000110000101010110101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F954E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,149,78); }

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

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

 a { background-color: rgb(95,149,78); }

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

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

 span { border-color: rgb(95,149,78); }

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