#5F6A5C

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

Shades of Cactus #5F6A5C

Tints of Cactus #5F6A5C

Color information

#5F6A5C (or 0x5F6A5C) is unknown color: approx Cactus. HEX triplet: 5F, 6A and 5C. RGB value is (95,106,92). Sum of RGB (Red+Green+Blue) = 95+106+92=293 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.42% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 106 - color contains mainly: green. Hex color #5F6A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6A5C is #A095A3. Grayscale: #656565. Windows color (decimal): -10524068 or 6056543. OLE color: 6056543.

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

Color convert

RGB9510692-
CMYK0.1000.130.58
HSL107.14º7.07%38.82%-
HSV(B)107.14º13.21%41.57%-
XYZ11.8113.5112.11-
YUV101.12122.86123.64-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.42%
GREEN value IS 106 (41.80% from 255) = 36.18%
BLUE value IS 92 (36.33% from 255) = 31.40%
R=32.42%
G=36.18%
B=31.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal95106920.1000.130.58107.147.0738.82
Hex5F6A5CA0D3A6b727
Octal1371521341201572153747
Binary1011111110101010111001010011011110101101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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