#5F974E

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

Shades of Hippie Green #5F974E

Tints of Hippie Green #5F974E

Color information

#5F974E (or 0x5F974E) is unknown color: approx Hippie Green. HEX triplet: 5F, 97 and 4E. RGB value is (95,151,78). Sum of RGB (Red+Green+Blue) = 95+151+78=324 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.32% from 324); Green value is 151 (59.38% from 255 or 46.60% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 151 - color contains mainly: green. Hex color #5F974E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F974E is #A068B1. Grayscale: #7E7E7E. Windows color (decimal): -10512562 or 5150559. OLE color: 5150559.

HSL color Cylindrical-coordinate representation of color #5F974E: hue angle of 106.03º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5F974E is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB9515178-
CMYK0.3700.480.41
HSL106.03º31.88%44.9%-
HSV(B)106.03º48.34%59.22%-
XYZ17.1625.1211.15-
YUV125.93100.95105.94-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.32%
GREEN value IS 151 (59.38% from 255) = 46.60%
BLUE value IS 78 (30.86% from 255) = 24.07%
R=29.32%
G=46.60%
B=24.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal95151780.3700.480.41106.0331.8844.9
Hex5F974E25030296a202d
Octal13722711645060511524055
Binary101111110010111100111010010101100001010011101010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F974E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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