#5F9C60

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

Shades of Hippie Green #5F9C60

Tints of Hippie Green #5F9C60

Color information

#5F9C60 (or 0x5F9C60) is unknown color: approx Hippie Green. HEX triplet: 5F, 9C and 60. RGB value is (95,156,96). Sum of RGB (Red+Green+Blue) = 95+156+96=347 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.38% from 347); Green value is 156 (61.33% from 255 or 44.96% from 347); Blue value is 96 (37.89% from 255 or 27.67% from 347); Max value from RGB is 156 - color contains mainly: green. Hex color #5F9C60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9C60 is #A0639F. Grayscale: #838383. Windows color (decimal): -10511264 or 6331487. OLE color: 6331487.

HSL color Cylindrical-coordinate representation of color #5F9C60: hue angle of 120.98º 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 #5F9C60 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB9515696-
CMYK0.3900.380.39
HSL120.98º24.3%49.22%-
HSV(B)120.98º39.1%61.18%-
XYZ18.7227.0515.3-
YUV130.92108.29102.38-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.38%
GREEN value IS 156 (61.33% from 255) = 44.96%
BLUE value IS 96 (37.89% from 255) = 27.67%
R=27.38%
G=44.96%
B=27.67%

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
Decimal95156960.3900.380.39120.9824.349.22
Hex5F9C602702627791831
Octal13723414047046471713061
Binary10111111001110011000001001110100110100111111100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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