Shades of Camarone #0F7622
Tints of Camarone #0F7622
RGB
CMYK
RGB Variations
Color information
#0F7622 (or 0x0F7622) is known color: Camarone. HEX triplet: 0F, 76 and 22. RGB value is (15,118,34). Sum of RGB (Red+Green+Blue) = 15+118+34=167 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.98% from 167); Green value is 118 (46.48% from 255 or 70.66% from 167); Blue value is 34 (13.67% from 255 or 20.36% from 167); Max value from RGB is 118 - color contains mainly: green. Hex color #0F7622 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7622 is #F089DD. Grayscale: #4D4D4D. Windows color (decimal): -15763934 or 2258447. OLE color: 2258447.
HSL color Cylindrical-coordinate representation of color #0F7622: hue angle of 131.07º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F7622 is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 15 | 118 | 34 | - |
| CMYK | 0.87 | 0 | 0.71 | 0.54 |
| HSL | 131.07º | 0.77% | 0.26% | - |
| HSV(B) | 131.07º | 0.87% | 0.46% | - |
| XYZ | 6.96 | 13.17 | 3.69 | - |
| YUV | 77.63 | 103.38 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 118 | 34 | 0.87 | 0 | 0.71 | 0.54 | 131.07 | 0.77 | 0.26 |
| Hex | F | 76 | 22 | 57 | 0 | 47 | 36 | 83 | 4D | 1A |
| Octal | 17 | 166 | 42 | 127 | 0 | 107 | 66 | 203 | 115 | 32 |
| Binary | 1111 | 1110110 | 100010 | 1010111 | 0 | 1000111 | 110110 | 10000011 | 1001101 | 11010 |
Color Harmonies of #0F7622
Complementary color
Monochromatic Colors of #0F7622
Black with #0F7622
Text Example
Text Example
White with #0F7622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7622; }
p { color: rgb(15,118,34); }
H1.HeaderClassName
{
color: #0F7622;
}
.AnyTagClassName
{
color: #0F7622;
}
</style>
background-color css
<style>
a { background-color: #0F7622; }
a { background-color: rgb(15,118,34); }
div.DivClassName
{
background-color: #0F7622;
}
.BgClassName
{
background-color: #0F7622;
}
</style>
border-color css
<style>
span { border-color: #0F7622; }
span { border-color: rgb(15,118,34); }
td.TdClassName
{
border-color: #0F7622;
}
.TagClassName
{
border-color: #0F7622;
}
</style>