Shades of Camarone #10762D
Tints of Camarone #10762D
RGB
CMYK
RGB Variations
Color information
#10762D (or 0x10762D) is known color: Camarone. HEX triplet: 10, 76 and 2D. RGB value is (16,118,45). Sum of RGB (Red+Green+Blue) = 16+118+45=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 118 (46.48% from 255 or 65.92% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 118 - color contains mainly: green. Hex color #10762D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10762D is #EF89D2. Grayscale: #4F4F4F. Windows color (decimal): -15698387 or 2979344. OLE color: 2979344.
HSL color Cylindrical-coordinate representation of color #10762D: hue angle of 137.06º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10762D is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 118 | 45 | - |
| CMYK | 0.86 | 0 | 0.62 | 0.54 |
| HSL | 137.06º | 0.76% | 0.26% | - |
| HSV(B) | 137.06º | 0.86% | 0.46% | - |
| XYZ | 7.17 | 13.26 | 4.66 | - |
| YUV | 79.18 | 108.71 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 118 | 45 | 0.86 | 0 | 0.62 | 0.54 | 137.06 | 0.76 | 0.26 |
| Hex | 10 | 76 | 2D | 56 | 0 | 3E | 36 | 89 | 4C | 1A |
| Octal | 20 | 166 | 55 | 126 | 0 | 76 | 66 | 211 | 114 | 32 |
| Binary | 10000 | 1110110 | 101101 | 1010110 | 0 | 111110 | 110110 | 10001001 | 1001100 | 11010 |
Color Harmonies of #10762D
Complementary color
Monochromatic Colors of #10762D
Black with #10762D
Text Example
Text Example
White with #10762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10762D; }
p { color: rgb(16,118,45); }
H1.HeaderClassName
{
color: #10762D;
}
.AnyTagClassName
{
color: #10762D;
}
</style>
background-color css
<style>
a { background-color: #10762D; }
a { background-color: rgb(16,118,45); }
div.DivClassName
{
background-color: #10762D;
}
.BgClassName
{
background-color: #10762D;
}
</style>
border-color css
<style>
span { border-color: #10762D; }
span { border-color: rgb(16,118,45); }
td.TdClassName
{
border-color: #10762D;
}
.TagClassName
{
border-color: #10762D;
}
</style>