#5F9A4C

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

Shades of Hippie Green #5F9A4C

Tints of Hippie Green #5F9A4C

Color information

#5F9A4C (or 0x5F9A4C) is unknown color: approx Hippie Green. HEX triplet: 5F, 9A and 4C. RGB value is (95,154,76). Sum of RGB (Red+Green+Blue) = 95+154+76=325 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.23% from 325); Green value is 154 (60.55% from 255 or 47.38% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 154 - color contains mainly: green. Hex color #5F9A4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9A4C is #A065B3. Grayscale: #7F7F7F. Windows color (decimal): -10511796 or 5020255. OLE color: 5020255.

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

Color convert

RGB9515476-
CMYK0.3800.510.40
HSL105.38º33.91%45.1%-
HSV(B)105.38º50.65%60.39%-
XYZ17.5826.0710.94-
YUV127.4798.95104.84-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.23%
GREEN value IS 154 (60.55% from 255) = 47.38%
BLUE value IS 76 (30.08% from 255) = 23.38%
R=29.23%
G=47.38%
B=23.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal95154760.3800.510.40105.3833.9145.1
Hex5F9A4C260332869222d
Octal13723211446063501514255
Binary101111110011010100110010011001100111010001101001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,154,76); }

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

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

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

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

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

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

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