#5F665D

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

Shades of Cactus #5F665D

Tints of Cactus #5F665D

Color information

#5F665D (or 0x5F665D) is unknown color: approx Cactus. HEX triplet: 5F, 66 and 5D. RGB value is (95,102,93). Sum of RGB (Red+Green+Blue) = 95+102+93=290 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.76% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 102 - color contains mainly: green. Hex color #5F665D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F665D is #A099A2. Grayscale: #626262. Windows color (decimal): -10525091 or 6121055. OLE color: 6121055.

HSL color Cylindrical-coordinate representation of color #5F665D: hue angle of 106.67º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5F665D is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB9510293-
CMYK0.0700.090.6
HSL106.67º4.62%38.24%-
HSV(B)106.67º8.82%40%-
XYZ11.4512.7312.21-
YUV98.88124.68125.23-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.76%
GREEN value IS 102 (40.23% from 255) = 35.17%
BLUE value IS 93 (36.72% from 255) = 32.07%
R=32.76%
G=35.17%
B=32.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal95102930.0700.090.6106.674.6238.24
Hex5F665D7093C6b526
Octal137146135701174153546
Binary101111111001101011101111010011111001101011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F665D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,102,93); }

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

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

 a { background-color: rgb(95,102,93); }

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

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

 span { border-color: rgb(95,102,93); }

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