#5F9C5F

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

Shades of Hippie Green #5F9C5F

Tints of Hippie Green #5F9C5F

Color information

#5F9C5F (or 0x5F9C5F) is unknown color: approx Hippie Green. HEX triplet: 5F, 9C and 5F. RGB value is (95,156,95). Sum of RGB (Red+Green+Blue) = 95+156+95=346 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.46% from 346); Green value is 156 (61.33% from 255 or 45.09% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 156 - color contains mainly: green. Hex color #5F9C5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9C5F is #A063A0. Grayscale: #828282. Windows color (decimal): -10511265 or 6265951. OLE color: 6265951.

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

Color convert

RGB9515695-
CMYK0.3900.390.39
HSL120º24.3%49.22%-
HSV(B)120º39.1%61.18%-
XYZ18.6727.0415.06-
YUV130.81107.79102.46-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.46%
GREEN value IS 156 (61.33% from 255) = 45.09%
BLUE value IS 95 (37.5% from 255) = 27.46%
R=27.46%
G=45.09%
B=27.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal95156950.3900.390.3912024.349.22
Hex5F9C5F2702727781831
Octal13723413747047471703061
Binary10111111001110010111111001110100111100111111100011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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