#5E6B5E

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

Shades of Cactus #5E6B5E

Tints of Cactus #5E6B5E

Color information

#5E6B5E (or 0x5E6B5E) is unknown color: approx Cactus. HEX triplet: 5E, 6B and 5E. RGB value is (94,107,94). Sum of RGB (Red+Green+Blue) = 94+107+94=295 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.86% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 107 - color contains mainly: green. Hex color #5E6B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6B5E is #A194A1. Grayscale: #656565. Windows color (decimal): -10589346 or 6187870. OLE color: 6187870.

HSL color Cylindrical-coordinate representation of color #5E6B5E: hue angle of 120º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5E6B5E is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB9410794-
CMYK0.1200.120.58
HSL120º6.47%39.41%-
HSV(B)120º12.15%41.96%-
XYZ11.8913.712.61-
YUV101.63123.69122.56-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.86%
GREEN value IS 107 (42.19% from 255) = 36.27%
BLUE value IS 94 (37.11% from 255) = 31.86%
R=31.86%
G=36.27%
B=31.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal94107940.1200.120.581206.4739.41
Hex5E6B5EC0C3A78627
Octal1361531361401472170647
Binary1011110110101110111101100011001110101111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,107,94); }

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

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

 a { background-color: rgb(94,107,94); }

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

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

 span { border-color: rgb(94,107,94); }

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