#5F675A

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

Shades of Cactus #5F675A

Tints of Cactus #5F675A

Color information

#5F675A (or 0x5F675A) is unknown color: approx Cactus. HEX triplet: 5F, 67 and 5A. RGB value is (95,103,90). Sum of RGB (Red+Green+Blue) = 95+103+90=288 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.99% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 103 - color contains mainly: green. Hex color #5F675A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F675A is #A098A5. Grayscale: #636363. Windows color (decimal): -10524838 or 5924703. OLE color: 5924703.

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

Color convert

RGB9510390-
CMYK0.0800.130.60
HSL96.92º6.74%37.84%-
HSV(B)96.92º12.62%40.39%-
XYZ11.4212.8711.56-
YUV99.13122.85125.06-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.99%
GREEN value IS 103 (40.62% from 255) = 35.76%
BLUE value IS 90 (35.55% from 255) = 31.25%
R=32.99%
G=35.76%
B=31.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal95103900.0800.130.6096.926.7437.84
Hex5F675A80D3C61726
Octal1371471321001574141746
Binary1011111110011110110101000011011111001100001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F675A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,103,90); }

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

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

 a { background-color: rgb(95,103,90); }

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

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

 span { border-color: rgb(95,103,90); }

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