Html Css Color HEX #5F8E56 Hippie Green

📋 copy color: '#5F8E56'

red 95 ◦ green 142 ◦ blue 86

#5F8E56
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Green #5F8E56

Tints of Hippie Green #5F8E56

RGB

 RED value IS 95 (37.5% from 255) = 29.41%

 GREEN value IS 142 (55.86% from 255) = 43.96%

 BLUE value IS 86 (33.98% from 255) = 26.63%

R = 29.41%
G = 43.96%
B = 26.63%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.39

 K value IS 0.44

RGB Variations

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

Color information

#5F8E56 (or 0x5F8E56) is known color: Hippie Green. HEX triplet: 5F, 8E and 56. RGB value is (95,142,86). Sum of RGB (Red+Green+Blue) = 95+142+86=323 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.41% from 323); Green value is 142 (55.86% from 255 or 43.96% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 142 - color contains mainly: green. Hex color #5F8E56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8E56 is #A071A9. Grayscale: #797979. Windows color (decimal): -10514858 or 5672543. OLE color: 5672543.

HSL color Cylindrical-coordinate representation of color #5F8E56: hue angle of 110.36º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F8E56 is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB 95 142 86 -
CMYK 0.33 0 0.39 0.44
HSL 110.36º 0.25% 0.45% -
HSV(B) 110.36º 0.39% 0.56% -
XYZ 16.07 22.45 12.29 -
YUV 121.56 107.93 109.05 -
System Red Green Blue C M Y K H S L
Decimal 95 142 86 0.33 0 0.39 0.44 110.36 0.25 0.45
Hex 5F 8E 56 21 0 27 2C 6E 19 2D
Octal 137 216 126 41 0 47 54 156 31 55
Binary 1011111 10001110 1010110 100001 0 100111 101100 1101110 11001 101101

Color Harmonies of #5F8E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8E56

Black with #5F8E56

Text Example


Text Example

White with #5F8E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,142,86); }

 H1.HeaderClassName
 {
   color: #5F8E56;
 }
 .AnyTagClassName
 {
   color: #5F8E56;
 }
</style>

background-color css

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

 a { background-color: rgb(95,142,86); }

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

border-color css

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

 span { border-color: rgb(95,142,86); }

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