Shades of Camarone #0F7727
Tints of Camarone #0F7727
RGB
CMYK
RGB Variations
Color information
#0F7727 (or 0x0F7727) is known color: Camarone. HEX triplet: 0F, 77 and 27. RGB value is (15,119,39). Sum of RGB (Red+Green+Blue) = 15+119+39=173 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.67% from 173); Green value is 119 (46.88% from 255 or 68.79% from 173); Blue value is 39 (15.62% from 255 or 22.54% from 173); Max value from RGB is 119 - color contains mainly: green. Hex color #0F7727 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7727 is #F088D8. Grayscale: #4F4F4F. Windows color (decimal): -15763673 or 2586383. OLE color: 2586383.
HSL color Cylindrical-coordinate representation of color #0F7727: hue angle of 133.85º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F7727 is Cyan = 0.87, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 119 | 39 | - |
| CMYK | 0.87 | 0 | 0.67 | 0.53 |
| HSL | 133.85º | 0.78% | 0.26% | - |
| HSV(B) | 133.85º | 0.87% | 0.47% | - |
| XYZ | 7.16 | 13.44 | 4.14 | - |
| YUV | 78.78 | 105.54 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 119 | 39 | 0.87 | 0 | 0.67 | 0.53 | 133.85 | 0.78 | 0.26 |
| Hex | F | 77 | 27 | 57 | 0 | 43 | 35 | 86 | 4E | 1A |
| Octal | 17 | 167 | 47 | 127 | 0 | 103 | 65 | 206 | 116 | 32 |
| Binary | 1111 | 1110111 | 100111 | 1010111 | 0 | 1000011 | 110101 | 10000110 | 1001110 | 11010 |
Color Harmonies of #0F7727
Complementary color
Monochromatic Colors of #0F7727
Black with #0F7727
Text Example
Text Example
White with #0F7727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7727; }
p { color: rgb(15,119,39); }
H1.HeaderClassName
{
color: #0F7727;
}
.AnyTagClassName
{
color: #0F7727;
}
</style>
background-color css
<style>
a { background-color: #0F7727; }
a { background-color: rgb(15,119,39); }
div.DivClassName
{
background-color: #0F7727;
}
.BgClassName
{
background-color: #0F7727;
}
</style>
border-color css
<style>
span { border-color: #0F7727; }
span { border-color: rgb(15,119,39); }
td.TdClassName
{
border-color: #0F7727;
}
.TagClassName
{
border-color: #0F7727;
}
</style>