#5F9250

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

Shades of Hippie Green #5F9250

Tints of Hippie Green #5F9250

Color information

#5F9250 (or 0x5F9250) is unknown color: approx Hippie Green. HEX triplet: 5F, 92 and 50. RGB value is (95,146,80). Sum of RGB (Red+Green+Blue) = 95+146+80=321 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.60% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 146 - color contains mainly: green. Hex color #5F9250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9250 is #A06DAF. Grayscale: #7B7B7B. Windows color (decimal): -10513840 or 5280351. OLE color: 5280351.

HSL color Cylindrical-coordinate representation of color #5F9250: hue angle of 106.36º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5F9250 is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB9514680-
CMYK0.3500.450.43
HSL106.36º29.2%44.31%-
HSV(B)106.36º45.21%57.25%-
XYZ16.4523.5711.27-
YUV123.23103.6107.87-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.60%
GREEN value IS 146 (57.42% from 255) = 45.48%
BLUE value IS 80 (31.64% from 255) = 24.92%
R=29.60%
G=45.48%
B=24.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal95146800.3500.450.43106.3629.244.31
Hex5F92502302D2B6a1d2c
Octal13722212043055531523554
Binary10111111001001010100001000110101101101011110101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,146,80); }

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

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

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

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

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

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

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