Shades of Camarone #08742B
Tints of Camarone #08742B
RGB
CMYK
RGB Variations
Color information
#08742B (or 0x08742B) is known color: Camarone. HEX triplet: 08, 74 and 2B. RGB value is (8,116,43). Sum of RGB (Red+Green+Blue) = 8+116+43=167 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.79% from 167); Green value is 116 (45.70% from 255 or 69.46% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 116 - color contains mainly: green. Hex color #08742B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08742B is #F78BD4. Grayscale: #4B4B4B. Windows color (decimal): -16223189 or 2847752. OLE color: 2847752.
HSL color Cylindrical-coordinate representation of color #08742B: hue angle of 139.44º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08742B is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 116 | 43 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.55 |
| HSL | 139.44º | 0.87% | 0.24% | - |
| HSV(B) | 139.44º | 0.93% | 0.45% | - |
| XYZ | 6.78 | 12.72 | 4.38 | - |
| YUV | 75.39 | 109.72 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 116 | 43 | 0.93 | 0 | 0.63 | 0.55 | 139.44 | 0.87 | 0.24 |
| Hex | 8 | 74 | 2B | 5D | 0 | 3F | 37 | 8B | 57 | 18 |
| Octal | 10 | 164 | 53 | 135 | 0 | 77 | 67 | 213 | 127 | 30 |
| Binary | 1000 | 1110100 | 101011 | 1011101 | 0 | 111111 | 110111 | 10001011 | 1010111 | 11000 |
Color Harmonies of #08742B
Complementary color
Monochromatic Colors of #08742B
Black with #08742B
Text Example
Text Example
White with #08742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08742B; }
p { color: rgb(8,116,43); }
H1.HeaderClassName
{
color: #08742B;
}
.AnyTagClassName
{
color: #08742B;
}
</style>
background-color css
<style>
a { background-color: #08742B; }
a { background-color: rgb(8,116,43); }
div.DivClassName
{
background-color: #08742B;
}
.BgClassName
{
background-color: #08742B;
}
</style>
border-color css
<style>
span { border-color: #08742B; }
span { border-color: rgb(8,116,43); }
td.TdClassName
{
border-color: #08742B;
}
.TagClassName
{
border-color: #08742B;
}
</style>