#5C6F5B

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

Shades of Cactus #5C6F5B

Tints of Cactus #5C6F5B

Color information

#5C6F5B (or 0x5C6F5B) is unknown color: approx Cactus. HEX triplet: 5C, 6F and 5B. RGB value is (92,111,91). Sum of RGB (Red+Green+Blue) = 92+111+91=294 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.29% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 111 - color contains mainly: green. Hex color #5C6F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6F5B is #A390A4. Grayscale: #676767. Windows color (decimal): -10719397 or 5992284. OLE color: 5992284.

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

Color convert

RGB9211191-
CMYK0.1700.180.56
HSL117º9.9%39.61%-
HSV(B)117º18.02%43.53%-
XYZ11.9914.412.05-
YUV103.04121.21120.13-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.29%
GREEN value IS 111 (43.75% from 255) = 37.76%
BLUE value IS 91 (35.94% from 255) = 30.95%
R=31.29%
G=37.76%
B=30.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal92111910.1700.180.561179.939.61
Hex5C6F5B110123875a28
Octal13415713321022701651250
Binary1011100110111110110111000101001011100011101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,111,91); }

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

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

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

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

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

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

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