Shades of Camarone #08762C
Tints of Camarone #08762C
RGB
CMYK
RGB Variations
Color information
#08762C (or 0x08762C) is known color: Camarone. HEX triplet: 08, 76 and 2C. RGB value is (8,118,44). Sum of RGB (Red+Green+Blue) = 8+118+44=170 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.71% from 170); Green value is 118 (46.48% from 255 or 69.41% from 170); Blue value is 44 (17.58% from 255 or 25.88% from 170); Max value from RGB is 118 - color contains mainly: green. Hex color #08762C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08762C is #F789D3. Grayscale: #4C4C4C. Windows color (decimal): -16222676 or 2913800. OLE color: 2913800.
HSL color Cylindrical-coordinate representation of color #08762C: hue angle of 139.64º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08762C is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 118 | 44 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.54 |
| HSL | 139.64º | 0.87% | 0.25% | - |
| HSV(B) | 139.64º | 0.93% | 0.46% | - |
| XYZ | 7.03 | 13.19 | 4.56 | - |
| YUV | 76.67 | 109.56 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 118 | 44 | 0.93 | 0 | 0.63 | 0.54 | 139.64 | 0.87 | 0.25 |
| Hex | 8 | 76 | 2C | 5D | 0 | 3F | 36 | 8C | 57 | 19 |
| Octal | 10 | 166 | 54 | 135 | 0 | 77 | 66 | 214 | 127 | 31 |
| Binary | 1000 | 1110110 | 101100 | 1011101 | 0 | 111111 | 110110 | 10001100 | 1010111 | 11001 |
Color Harmonies of #08762C
Complementary color
Monochromatic Colors of #08762C
Black with #08762C
Text Example
Text Example
White with #08762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08762C; }
p { color: rgb(8,118,44); }
H1.HeaderClassName
{
color: #08762C;
}
.AnyTagClassName
{
color: #08762C;
}
</style>
background-color css
<style>
a { background-color: #08762C; }
a { background-color: rgb(8,118,44); }
div.DivClassName
{
background-color: #08762C;
}
.BgClassName
{
background-color: #08762C;
}
</style>
border-color css
<style>
span { border-color: #08762C; }
span { border-color: rgb(8,118,44); }
td.TdClassName
{
border-color: #08762C;
}
.TagClassName
{
border-color: #08762C;
}
</style>