#5F9362

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

Shades of Hippie Green #5F9362

Tints of Hippie Green #5F9362

Color information

#5F9362 (or 0x5F9362) is unknown color: approx Hippie Green. HEX triplet: 5F, 93 and 62. RGB value is (95,147,98). Sum of RGB (Red+Green+Blue) = 95+147+98=340 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.94% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 147 - color contains mainly: green. Hex color #5F9362 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9362 is #A06C9D. Grayscale: #7E7E7E. Windows color (decimal): -10513566 or 6460255. OLE color: 6460255.

HSL color Cylindrical-coordinate representation of color #5F9362: hue angle of 123.46º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5F9362 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB9514798-
CMYK0.3500.330.42
HSL123.46º21.49%47.45%-
HSV(B)123.46º35.37%57.65%-
XYZ17.3624.1815.31-
YUV125.87112.27105.98-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.94%
GREEN value IS 147 (57.81% from 255) = 43.24%
BLUE value IS 98 (38.67% from 255) = 28.82%
R=27.94%
G=43.24%
B=28.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal95147980.3500.330.42123.4621.4947.45
Hex5F9362230212A7b152f
Octal13722314243041521732557
Binary10111111001001111000101000110100001101010111101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,147,98); }

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

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

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

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

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

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

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