#5F9C61

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

Shades of Hippie Green #5F9C61

Tints of Hippie Green #5F9C61

Color information

#5F9C61 (or 0x5F9C61) is unknown color: approx Hippie Green. HEX triplet: 5F, 9C and 61. RGB value is (95,156,97). Sum of RGB (Red+Green+Blue) = 95+156+97=348 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.30% from 348); Green value is 156 (61.33% from 255 or 44.83% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 156 - color contains mainly: green. Hex color #5F9C61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9C61 is #A0639E. Grayscale: #838383. Windows color (decimal): -10511263 or 6397023. OLE color: 6397023.

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

Color convert

RGB9515697-
CMYK0.3900.380.39
HSL121.97º24.3%49.22%-
HSV(B)121.97º39.1%61.18%-
XYZ18.7727.0715.55-
YUV131.04108.79102.3-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.30%
GREEN value IS 156 (61.33% from 255) = 44.83%
BLUE value IS 97 (38.28% from 255) = 27.87%
R=27.30%
G=44.83%
B=27.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal95156970.3900.380.39121.9724.349.22
Hex5F9C6127026277a1831
Octal13723414147046471723061
Binary10111111001110011000011001110100110100111111101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,156,97); }

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

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

 a { background-color: rgb(95,156,97); }

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

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

 span { border-color: rgb(95,156,97); }

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