Shades of Camarone #0B7620
Tints of Camarone #0B7620
RGB
CMYK
RGB Variations
Color information
#0B7620 (or 0x0B7620) is known color: Camarone. HEX triplet: 0B, 76 and 20. RGB value is (11,118,32). Sum of RGB (Red+Green+Blue) = 11+118+32=161 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.83% from 161); Green value is 118 (46.48% from 255 or 73.29% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 118 - color contains mainly: green. Hex color #0B7620 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7620 is #F489DF. Grayscale: #4C4C4C. Windows color (decimal): -16026080 or 2127371. OLE color: 2127371.
HSL color Cylindrical-coordinate representation of color #0B7620: hue angle of 131.78º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7620 is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 11 | 118 | 32 | - |
| CMYK | 0.91 | 0 | 0.73 | 0.54 |
| HSL | 131.78º | 0.83% | 0.25% | - |
| HSV(B) | 131.78º | 0.91% | 0.46% | - |
| XYZ | 6.88 | 13.13 | 3.54 | - |
| YUV | 76.2 | 103.05 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 118 | 32 | 0.91 | 0 | 0.73 | 0.54 | 131.78 | 0.83 | 0.25 |
| Hex | B | 76 | 20 | 5B | 0 | 49 | 36 | 84 | 53 | 19 |
| Octal | 13 | 166 | 40 | 133 | 0 | 111 | 66 | 204 | 123 | 31 |
| Binary | 1011 | 1110110 | 100000 | 1011011 | 0 | 1001001 | 110110 | 10000100 | 1010011 | 11001 |
Color Harmonies of #0B7620
Complementary color
Monochromatic Colors of #0B7620
Black with #0B7620
Text Example
Text Example
White with #0B7620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7620; }
p { color: rgb(11,118,32); }
H1.HeaderClassName
{
color: #0B7620;
}
.AnyTagClassName
{
color: #0B7620;
}
</style>
background-color css
<style>
a { background-color: #0B7620; }
a { background-color: rgb(11,118,32); }
div.DivClassName
{
background-color: #0B7620;
}
.BgClassName
{
background-color: #0B7620;
}
</style>
border-color css
<style>
span { border-color: #0B7620; }
span { border-color: rgb(11,118,32); }
td.TdClassName
{
border-color: #0B7620;
}
.TagClassName
{
border-color: #0B7620;
}
</style>