Html Css Color HEX #5B715A Cactus

📋 copy color: '#5B715A'

red 91 ◦ green 113 ◦ blue 90

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

Shades of Cactus #5B715A

Tints of Cactus #5B715A

RGB

 RED value IS 91 (35.94% from 255) = 30.95%

 GREEN value IS 113 (44.53% from 255) = 38.44%

 BLUE value IS 90 (35.55% from 255) = 30.61%

R = 30.95%
G = 38.44%
B = 30.61%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#5B715A (or 0x5B715A) is known color: Cactus. HEX triplet: 5B, 71 and 5A. RGB value is (91,113,90). Sum of RGB (Red+Green+Blue) = 91+113+90=294 (38% of max value = 765). Red value is 91 (35.94% from 255 or 30.95% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 113 - color contains mainly: green. Hex color #5B715A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B715A is #A48EA5. Grayscale: #676767. Windows color (decimal): -10784422 or 5927259. OLE color: 5927259.

HSL color Cylindrical-coordinate representation of color #5B715A: hue angle of 117.39º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5B715A is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 91 113 90 -
CMYK 0.19 0 0.20 0.56
HSL 117.39º 0.11% 0.4% -
HSV(B) 117.39º 0.2% 0.44% -
XYZ 12.06 14.77 11.89 -
YUV 103.8 120.21 118.87 -
System Red Green Blue C M Y K H S L
Decimal 91 113 90 0.19 0 0.20 0.56 117.39 0.11 0.4
Hex 5B 71 5A 13 0 14 38 75 B 28
Octal 133 161 132 23 0 24 70 165 13 50
Binary 1011011 1110001 1011010 10011 0 10100 111000 1110101 1011 101000

Color Harmonies of #5B715A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B715A

Black with #5B715A

Text Example


Text Example

White with #5B715A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,113,90); }

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

background-color css

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

 a { background-color: rgb(91,113,90); }

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

border-color css

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

 span { border-color: rgb(91,113,90); }

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