#5B704F

Color #5B704F Cactus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cactus #5B704F

Tints of Cactus #5B704F

Color information

#5B704F (or 0x5B704F) is unknown color: approx Cactus. HEX triplet: 5B, 70 and 4F. RGB value is (91,112,79). Sum of RGB (Red+Green+Blue) = 91+112+79=282 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.27% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 112 - color contains mainly: green. Hex color #5B704F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B704F is #A48FB0. Grayscale: #666666. Windows color (decimal): -10784689 or 5206107. OLE color: 5206107.

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

Color convert

RGB9111279-
CMYK0.1900.290.56
HSL98.18º17.28%37.45%-
HSV(B)98.18º29.46%43.92%-
XYZ11.5214.389.57-
YUV101.96115.04120.18-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.27%
GREEN value IS 112 (44.14% from 255) = 39.72%
BLUE value IS 79 (31.25% from 255) = 28.01%
R=32.27%
G=39.72%
B=28.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal91112790.1900.290.5698.1817.2837.45
Hex5B704F1301D38621125
Octal13316011723035701422145
Binary10110111110000100111110011011101111000110001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B704F;
 }
 .AnyTagClassName
 {
   color: #5B704F;
 }
</style>
background-color css

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

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

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

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

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

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