Html Css Color HEX #5B714F Cactus

📋 copy color: '#5B714F'

red 91 ◦ green 113 ◦ blue 79

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

Shades of Cactus #5B714F

Tints of Cactus #5B714F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 27.92%

R = 32.16%
G = 39.93%
B = 27.92%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#5B714F (or 0x5B714F) is known color: Cactus. HEX triplet: 5B, 71 and 4F. RGB value is (91,113,79). Sum of RGB (Red+Green+Blue) = 91+113+79=283 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.16% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 113 - color contains mainly: green. Hex color #5B714F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B714F is #A48EB0. Grayscale: #666666. Windows color (decimal): -10784433 or 5206363. OLE color: 5206363.

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

Color convert

RGB 91 113 79 -
CMYK 0.19 0 0.30 0.56
HSL 98.82º 0.18% 0.38% -
HSV(B) 98.82º 0.3% 0.44% -
XYZ 11.63 14.6 9.6 -
YUV 102.55 114.71 119.76 -
System Red Green Blue C M Y K H S L
Decimal 91 113 79 0.19 0 0.30 0.56 98.82 0.18 0.38
Hex 5B 71 4F 13 0 1E 38 63 12 26
Octal 133 161 117 23 0 36 70 143 22 46
Binary 1011011 1110001 1001111 10011 0 11110 111000 1100011 10010 100110

Color Harmonies of #5B714F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B714F

Black with #5B714F

Text Example


Text Example

White with #5B714F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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