#5F6A5E

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

Shades of Cactus #5F6A5E

Tints of Cactus #5F6A5E

Color information

#5F6A5E (or 0x5F6A5E) is unknown color: approx Cactus. HEX triplet: 5F, 6A and 5E. RGB value is (95,106,94). Sum of RGB (Red+Green+Blue) = 95+106+94=295 (39% of max value = 765). Red value is 95 (37.5% from 255 or 32.20% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 106 - color contains mainly: green. Hex color #5F6A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6A5E is #A095A1. Grayscale: #656565. Windows color (decimal): -10524066 or 6187615. OLE color: 6187615.

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

Color convert

RGB9510694-
CMYK0.1000.110.58
HSL115º6%39.22%-
HSV(B)115º11.32%41.57%-
XYZ11.8913.5512.58-
YUV101.34123.86123.48-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.20%
GREEN value IS 106 (41.80% from 255) = 35.93%
BLUE value IS 94 (37.11% from 255) = 31.86%
R=32.20%
G=35.93%
B=31.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal95106940.1000.110.58115639.22
Hex5F6A5EA0B3A73627
Octal1371521361201372163647
Binary1011111110101010111101010010111110101110011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,106,94); }

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

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

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

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

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

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

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