Html Css Color HEX #5F9860 Hippie Green

📋 copy color: '#5F9860'

red 95 ◦ green 152 ◦ blue 96

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

Shades of Hippie Green #5F9860

Tints of Hippie Green #5F9860

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.31%

 BLUE value IS 96 (37.89% from 255) = 27.99%

R = 27.7%
G = 44.31%
B = 27.99%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.37

 K value IS 0.40

RGB Variations

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

Color information

#5F9860 (or 0x5F9860) is known color: Hippie Green. HEX triplet: 5F, 98 and 60. RGB value is (95,152,96). Sum of RGB (Red+Green+Blue) = 95+152+96=343 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.70% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 152 - color contains mainly: green. Hex color #5F9860 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9860 is #A0679F. Grayscale: #808080. Windows color (decimal): -10512288 or 6330463. OLE color: 6330463.

HSL color Cylindrical-coordinate representation of color #5F9860: hue angle of 121.05º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F9860 is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB 95 152 96 -
CMYK 0.38 0 0.37 0.40
HSL 121.05º 0.23% 0.48% -
HSV(B) 121.05º 0.38% 0.6% -
XYZ 18.06 25.73 15.08 -
YUV 128.57 109.62 104.05 -
System Red Green Blue C M Y K H S L
Decimal 95 152 96 0.38 0 0.37 0.40 121.05 0.23 0.48
Hex 5F 98 60 26 0 25 28 79 17 30
Octal 137 230 140 46 0 45 50 171 27 60
Binary 1011111 10011000 1100000 100110 0 100101 101000 1111001 10111 110000

Color Harmonies of #5F9860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9860

Black with #5F9860

Text Example


Text Example

White with #5F9860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,152,96); }

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

background-color css

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

 a { background-color: rgb(95,152,96); }

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

border-color css

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

 span { border-color: rgb(95,152,96); }

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