Shades of Camarone #0B772C
Tints of Camarone #0B772C
RGB
CMYK
RGB Variations
Color information
#0B772C (or 0x0B772C) is known color: Camarone. HEX triplet: 0B, 77 and 2C. RGB value is (11,119,44). Sum of RGB (Red+Green+Blue) = 11+119+44=174 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.32% from 174); Green value is 119 (46.88% from 255 or 68.39% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 119 - color contains mainly: green. Hex color #0B772C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B772C is #F488D3. Grayscale: #4E4E4E. Windows color (decimal): -16025812 or 2914059. OLE color: 2914059.
HSL color Cylindrical-coordinate representation of color #0B772C: hue angle of 138.33º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B772C is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 11 | 119 | 44 | - |
| CMYK | 0.91 | 0 | 0.63 | 0.53 |
| HSL | 138.33º | 0.83% | 0.25% | - |
| HSV(B) | 138.33º | 0.91% | 0.47% | - |
| XYZ | 7.19 | 13.45 | 4.6 | - |
| YUV | 78.16 | 108.72 | 80.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 119 | 44 | 0.91 | 0 | 0.63 | 0.53 | 138.33 | 0.83 | 0.25 |
| Hex | B | 77 | 2C | 5B | 0 | 3F | 35 | 8A | 53 | 19 |
| Octal | 13 | 167 | 54 | 133 | 0 | 77 | 65 | 212 | 123 | 31 |
| Binary | 1011 | 1110111 | 101100 | 1011011 | 0 | 111111 | 110101 | 10001010 | 1010011 | 11001 |
Color Harmonies of #0B772C
Complementary color
Monochromatic Colors of #0B772C
Black with #0B772C
Text Example
Text Example
White with #0B772C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B772C; }
p { color: rgb(11,119,44); }
H1.HeaderClassName
{
color: #0B772C;
}
.AnyTagClassName
{
color: #0B772C;
}
</style>
background-color css
<style>
a { background-color: #0B772C; }
a { background-color: rgb(11,119,44); }
div.DivClassName
{
background-color: #0B772C;
}
.BgClassName
{
background-color: #0B772C;
}
</style>
border-color css
<style>
span { border-color: #0B772C; }
span { border-color: rgb(11,119,44); }
td.TdClassName
{
border-color: #0B772C;
}
.TagClassName
{
border-color: #0B772C;
}
</style>