Html Css Color HEX #5F855E Hippie Green

📋 copy color: '#5F855E'

red 95 ◦ green 133 ◦ blue 94

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

Shades of Hippie Green #5F855E

Tints of Hippie Green #5F855E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.3%

 BLUE value IS 94 (37.11% from 255) = 29.19%

R = 29.5%
G = 41.3%
B = 29.19%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#5F855E (or 0x5F855E) is known color: Hippie Green. HEX triplet: 5F, 85 and 5E. RGB value is (95,133,94). Sum of RGB (Red+Green+Blue) = 95+133+94=322 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.50% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 133 - color contains mainly: green. Hex color #5F855E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F855E is #A07AA1. Grayscale: #757575. Windows color (decimal): -10517154 or 6194527. OLE color: 6194527.

HSL color Cylindrical-coordinate representation of color #5F855E: hue angle of 118.46º 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 #5F855E is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 95 133 94 -
CMYK 0.29 0 0.29 0.48
HSL 118.46º 0.17% 0.45% -
HSV(B) 118.46º 0.29% 0.52% -
XYZ 15.13 20.02 13.66 -
YUV 117.19 114.91 112.17 -
System Red Green Blue C M Y K H S L
Decimal 95 133 94 0.29 0 0.29 0.48 118.46 0.17 0.45
Hex 5F 85 5E 1D 0 1D 30 76 11 2D
Octal 137 205 136 35 0 35 60 166 21 55
Binary 1011111 10000101 1011110 11101 0 11101 110000 1110110 10001 101101

Color Harmonies of #5F855E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F855E

Black with #5F855E

Text Example


Text Example

White with #5F855E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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