Html Css Color HEX #5F885B Hippie Green

📋 copy color: '#5F885B'

red 95 ◦ green 136 ◦ blue 91

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

Shades of Hippie Green #5F885B

Tints of Hippie Green #5F885B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.24%

 BLUE value IS 91 (35.94% from 255) = 28.26%

R = 29.5%
G = 42.24%
B = 28.26%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#5F885B (or 0x5F885B) is known color: Hippie Green. HEX triplet: 5F, 88 and 5B. RGB value is (95,136,91). Sum of RGB (Red+Green+Blue) = 95+136+91=322 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.50% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 136 - color contains mainly: green. Hex color #5F885B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F885B is #A077A4. Grayscale: #767676. Windows color (decimal): -10516389 or 5998687. OLE color: 5998687.

HSL color Cylindrical-coordinate representation of color #5F885B: hue angle of 114.67º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5F885B is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 95 136 91 -
CMYK 0.30 0 0.33 0.47
HSL 114.67º 0.2% 0.45% -
HSV(B) 114.67º 0.33% 0.53% -
XYZ 15.41 20.8 13.1 -
YUV 118.61 112.42 111.16 -
System Red Green Blue C M Y K H S L
Decimal 95 136 91 0.30 0 0.33 0.47 114.67 0.2 0.45
Hex 5F 88 5B 1E 0 21 2F 73 14 2D
Octal 137 210 133 36 0 41 57 163 24 55
Binary 1011111 10001000 1011011 11110 0 100001 101111 1110011 10100 101101

Color Harmonies of #5F885B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F885B

Black with #5F885B

Text Example


Text Example

White with #5F885B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,136,91); }

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

background-color css

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

 a { background-color: rgb(95,136,91); }

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

border-color css

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

 span { border-color: rgb(95,136,91); }

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