Shades of Crocodile #70684A
Tints of Crocodile #70684A
RGB
CMYK
RGB Variations
Color information
#70684A (or 0x70684A) is known color: Crocodile. HEX triplet: 70, 68 and 4A. RGB value is (112,104,74). Sum of RGB (Red+Green+Blue) = 112+104+74=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #70684A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70684A is #8F97B5. Grayscale: #676767. Windows color (decimal): -9410486 or 4876400. OLE color: 4876400.
HSL color Cylindrical-coordinate representation of color #70684A: hue angle of 47.37º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70684A is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 104 | 74 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.56 |
| HSL | 47.37º | 0.2% | 0.36% | - |
| HSV(B) | 47.37º | 0.34% | 0.44% | - |
| XYZ | 12.87 | 13.84 | 8.47 | - |
| YUV | 102.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 104 | 74 | 0 | 0.07 | 0.34 | 0.56 | 47.37 | 0.2 | 0.36 |
| Hex | 70 | 68 | 4A | 0 | 7 | 22 | 38 | 2F | 14 | 24 |
| Octal | 160 | 150 | 112 | 0 | 7 | 42 | 70 | 57 | 24 | 44 |
| Binary | 1110000 | 1101000 | 1001010 | 0 | 111 | 100010 | 111000 | 101111 | 10100 | 100100 |
Color Harmonies of #70684A
Complementary color
Monochromatic Colors of #70684A
Black with #70684A
Text Example
Text Example
White with #70684A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70684A; }
p { color: rgb(112,104,74); }
H1.HeaderClassName
{
color: #70684A;
}
.AnyTagClassName
{
color: #70684A;
}
</style>
background-color css
<style>
a { background-color: #70684A; }
a { background-color: rgb(112,104,74); }
div.DivClassName
{
background-color: #70684A;
}
.BgClassName
{
background-color: #70684A;
}
</style>
border-color css
<style>
span { border-color: #70684A; }
span { border-color: rgb(112,104,74); }
td.TdClassName
{
border-color: #70684A;
}
.TagClassName
{
border-color: #70684A;
}
</style>