Shades of Cactus #5F675A
Tints of Cactus #5F675A
RGB
CMYK
RGB Variations
Color information
#5F675A (or 0x5F675A) is known color: 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
| RGB | 95 | 103 | 90 | - |
| CMYK | 0.08 | 0 | 0.13 | 0.60 |
| HSL | 96.92º | 0.07% | 0.38% | - |
| HSV(B) | 96.92º | 0.13% | 0.4% | - |
| XYZ | 11.42 | 12.87 | 11.56 | - |
| YUV | 99.13 | 122.85 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 103 | 90 | 0.08 | 0 | 0.13 | 0.60 | 96.92 | 0.07 | 0.38 |
| Hex | 5F | 67 | 5A | 8 | 0 | D | 3C | 61 | 7 | 26 |
| Octal | 137 | 147 | 132 | 10 | 0 | 15 | 74 | 141 | 7 | 46 |
| Binary | 1011111 | 1100111 | 1011010 | 1000 | 0 | 1101 | 111100 | 1100001 | 111 | 100110 |
Color Harmonies of #5F675A
Complementary color
Monochromatic Colors of #5F675A
Black with #5F675A
Text Example
Text Example
White with #5F675A
Text Example
Text Example
HTML Codes & Css Web 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>