#5F994B

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

Shades of Hippie Green #5F994B

Tints of Hippie Green #5F994B

Color information

#5F994B (or 0x5F994B) is unknown color: approx Hippie Green. HEX triplet: 5F, 99 and 4B. RGB value is (95,153,75). Sum of RGB (Red+Green+Blue) = 95+153+75=323 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.41% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 153 - color contains mainly: green. Hex color #5F994B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F994B is #A066B4. Grayscale: #7F7F7F. Windows color (decimal): -10512053 or 4954463. OLE color: 4954463.

HSL color Cylindrical-coordinate representation of color #5F994B: hue angle of 104.62º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5F994B is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB9515375-
CMYK0.3800.510.4
HSL104.62º34.21%44.71%-
HSV(B)104.62º50.98%60%-
XYZ17.3825.7210.71-
YUV126.7798.78105.34-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.41%
GREEN value IS 153 (60.16% from 255) = 47.37%
BLUE value IS 75 (29.69% from 255) = 23.22%
R=29.41%
G=47.37%
B=23.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal95153750.3800.510.4104.6234.2144.71
Hex5F994B260332869222d
Octal13723111346063501514255
Binary101111110011001100101110011001100111010001101001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F994B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,153,75); }

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

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

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

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

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

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

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