Html Css Color HEX #5B705B Cactus

📋 copy color: '#5B705B'

red 91 ◦ green 112 ◦ blue 91

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

Shades of Cactus #5B705B

Tints of Cactus #5B705B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.1%

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

R = 30.95%
G = 38.1%
B = 30.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#5B705B (or 0x5B705B) is known color: Cactus. HEX triplet: 5B, 70 and 5B. RGB value is (91,112,91). Sum of RGB (Red+Green+Blue) = 91+112+91=294 (38% of max value = 765). Red value is 91 (35.94% from 255 or 30.95% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 112 - color contains mainly: green. Hex color #5B705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B705B is #A48FA4. Grayscale: #676767. Windows color (decimal): -10784677 or 5992539. OLE color: 5992539.

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

Color convert

RGB 91 112 91 -
CMYK 0.19 0 0.19 0.56
HSL 120º 0.1% 0.4% -
HSV(B) 120º 0.19% 0.44% -
XYZ 12 14.57 12.08 -
YUV 103.33 121.04 119.21 -
System Red Green Blue C M Y K H S L
Decimal 91 112 91 0.19 0 0.19 0.56 120 0.1 0.4
Hex 5B 70 5B 13 0 13 38 78 A 28
Octal 133 160 133 23 0 23 70 170 12 50
Binary 1011011 1110000 1011011 10011 0 10011 111000 1111000 1010 101000

Color Harmonies of #5B705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B705B

Black with #5B705B

Text Example


Text Example

White with #5B705B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,112,91); }

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

background-color css

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

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

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

border-color css

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

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

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