#5F8562

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

Shades of Hippie Green #5F8562

Tints of Hippie Green #5F8562

Color information

#5F8562 (or 0x5F8562) is unknown color: approx Hippie Green. HEX triplet: 5F, 85 and 62. RGB value is (95,133,98). Sum of RGB (Red+Green+Blue) = 95+133+98=326 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.14% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 133 - color contains mainly: green. Hex color #5F8562 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8562 is #A07A9D. Grayscale: #757575. Windows color (decimal): -10517150 or 6456671. OLE color: 6456671.

HSL color Cylindrical-coordinate representation of color #5F8562: hue angle of 124.74º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5F8562 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB9513398-
CMYK0.2900.260.48
HSL124.74º16.67%44.71%-
HSV(B)124.74º28.57%52.16%-
XYZ15.3120.0914.63-
YUV117.65116.91111.85-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.14%
GREEN value IS 133 (52.34% from 255) = 40.80%
BLUE value IS 98 (38.67% from 255) = 30.06%
R=29.14%
G=40.80%
B=30.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal95133980.2900.260.48124.7416.6744.71
Hex5F85621D01A307d112d
Octal13720514235032601752155
Binary101111110000101110001011101011010110000111110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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