Shades of Camarone #10772F
Tints of Camarone #10772F
RGB
CMYK
RGB Variations
Color information
#10772F (or 0x10772F) is known color: Camarone. HEX triplet: 10, 77 and 2F. RGB value is (16,119,47). Sum of RGB (Red+Green+Blue) = 16+119+47=182 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.79% from 182); Green value is 119 (46.88% from 255 or 65.38% from 182); Blue value is 47 (18.75% from 255 or 25.82% from 182); Max value from RGB is 119 - color contains mainly: green. Hex color #10772F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10772F is #EF88D0. Grayscale: #505050. Windows color (decimal): -15698129 or 3110672. OLE color: 3110672.
HSL color Cylindrical-coordinate representation of color #10772F: hue angle of 138.06º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10772F is Cyan = 0.87, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 16 | 119 | 47 | - |
| CMYK | 0.87 | 0 | 0.61 | 0.53 |
| HSL | 138.06º | 0.76% | 0.26% | - |
| HSV(B) | 138.06º | 0.87% | 0.47% | - |
| XYZ | 7.32 | 13.51 | 4.91 | - |
| YUV | 80 | 109.38 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 119 | 47 | 0.87 | 0 | 0.61 | 0.53 | 138.06 | 0.76 | 0.26 |
| Hex | 10 | 77 | 2F | 57 | 0 | 3D | 35 | 8A | 4C | 1A |
| Octal | 20 | 167 | 57 | 127 | 0 | 75 | 65 | 212 | 114 | 32 |
| Binary | 10000 | 1110111 | 101111 | 1010111 | 0 | 111101 | 110101 | 10001010 | 1001100 | 11010 |
Color Harmonies of #10772F
Complementary color
Monochromatic Colors of #10772F
Black with #10772F
Text Example
Text Example
White with #10772F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10772F; }
p { color: rgb(16,119,47); }
H1.HeaderClassName
{
color: #10772F;
}
.AnyTagClassName
{
color: #10772F;
}
</style>
background-color css
<style>
a { background-color: #10772F; }
a { background-color: rgb(16,119,47); }
div.DivClassName
{
background-color: #10772F;
}
.BgClassName
{
background-color: #10772F;
}
</style>
border-color css
<style>
span { border-color: #10772F; }
span { border-color: rgb(16,119,47); }
td.TdClassName
{
border-color: #10772F;
}
.TagClassName
{
border-color: #10772F;
}
</style>