Shades of Camarone #0F772F
Tints of Camarone #0F772F
RGB
CMYK
RGB Variations
Color information
#0F772F (or 0x0F772F) is known color: Camarone. HEX triplet: 0F, 77 and 2F. RGB value is (15,119,47). Sum of RGB (Red+Green+Blue) = 15+119+47=181 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.29% from 181); Green value is 119 (46.88% from 255 or 65.75% from 181); Blue value is 47 (18.75% from 255 or 25.97% from 181); Max value from RGB is 119 - color contains mainly: green. Hex color #0F772F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F772F is #F088D0. Grayscale: #4F4F4F. Windows color (decimal): -15763665 or 3110671. OLE color: 3110671.
HSL color Cylindrical-coordinate representation of color #0F772F: hue angle of 138.46º 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 #0F772F is Cyan = 0.87, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 119 | 47 | - |
| CMYK | 0.87 | 0 | 0.61 | 0.53 |
| HSL | 138.46º | 0.78% | 0.26% | - |
| HSV(B) | 138.46º | 0.87% | 0.47% | - |
| XYZ | 7.31 | 13.5 | 4.91 | - |
| YUV | 79.7 | 109.54 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 119 | 47 | 0.87 | 0 | 0.61 | 0.53 | 138.46 | 0.78 | 0.26 |
| Hex | F | 77 | 2F | 57 | 0 | 3D | 35 | 8A | 4E | 1A |
| Octal | 17 | 167 | 57 | 127 | 0 | 75 | 65 | 212 | 116 | 32 |
| Binary | 1111 | 1110111 | 101111 | 1010111 | 0 | 111101 | 110101 | 10001010 | 1001110 | 11010 |
Color Harmonies of #0F772F
Complementary color
Monochromatic Colors of #0F772F
Black with #0F772F
Text Example
Text Example
White with #0F772F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F772F; }
p { color: rgb(15,119,47); }
H1.HeaderClassName
{
color: #0F772F;
}
.AnyTagClassName
{
color: #0F772F;
}
</style>
background-color css
<style>
a { background-color: #0F772F; }
a { background-color: rgb(15,119,47); }
div.DivClassName
{
background-color: #0F772F;
}
.BgClassName
{
background-color: #0F772F;
}
</style>
border-color css
<style>
span { border-color: #0F772F; }
span { border-color: rgb(15,119,47); }
td.TdClassName
{
border-color: #0F772F;
}
.TagClassName
{
border-color: #0F772F;
}
</style>