Shades of Camarone #0D7725
Tints of Camarone #0D7725
RGB
CMYK
RGB Variations
Color information
#0D7725 (or 0x0D7725) is known color: Camarone. HEX triplet: 0D, 77 and 25. RGB value is (13,119,37). Sum of RGB (Red+Green+Blue) = 13+119+37=169 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.69% from 169); Green value is 119 (46.88% from 255 or 70.41% from 169); Blue value is 37 (14.84% from 255 or 21.89% from 169); Max value from RGB is 119 - color contains mainly: green. Hex color #0D7725 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7725 is #F288DA. Grayscale: #4E4E4E. Windows color (decimal): -15894747 or 2455309. OLE color: 2455309.
HSL color Cylindrical-coordinate representation of color #0D7725: hue angle of 133.58º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7725 is Cyan = 0.89, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 119 | 37 | - |
| CMYK | 0.89 | 0 | 0.69 | 0.53 |
| HSL | 133.58º | 0.8% | 0.26% | - |
| HSV(B) | 133.58º | 0.89% | 0.47% | - |
| XYZ | 7.1 | 13.41 | 3.97 | - |
| YUV | 77.96 | 104.88 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 119 | 37 | 0.89 | 0 | 0.69 | 0.53 | 133.58 | 0.8 | 0.26 |
| Hex | D | 77 | 25 | 59 | 0 | 45 | 35 | 86 | 50 | 1A |
| Octal | 15 | 167 | 45 | 131 | 0 | 105 | 65 | 206 | 120 | 32 |
| Binary | 1101 | 1110111 | 100101 | 1011001 | 0 | 1000101 | 110101 | 10000110 | 1010000 | 11010 |
Color Harmonies of #0D7725
Complementary color
Monochromatic Colors of #0D7725
Black with #0D7725
Text Example
Text Example
White with #0D7725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7725; }
p { color: rgb(13,119,37); }
H1.HeaderClassName
{
color: #0D7725;
}
.AnyTagClassName
{
color: #0D7725;
}
</style>
background-color css
<style>
a { background-color: #0D7725; }
a { background-color: rgb(13,119,37); }
div.DivClassName
{
background-color: #0D7725;
}
.BgClassName
{
background-color: #0D7725;
}
</style>
border-color css
<style>
span { border-color: #0D7725; }
span { border-color: rgb(13,119,37); }
td.TdClassName
{
border-color: #0D7725;
}
.TagClassName
{
border-color: #0D7725;
}
</style>