Shades of Camarone #007F25
Tints of Camarone #007F25
RGB
CMYK
RGB Variations
Color information
#007F25 (or 0x007F25) is known color: Camarone. HEX triplet: 00, 7F and 25. RGB value is (0,127,37). Sum of RGB (Red+Green+Blue) = 0+127+37=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 127 (50% from 255 or 77.44% from 164); Blue value is 37 (14.84% from 255 or 22.56% from 164); Max value from RGB is 127 - color contains mainly: green. Hex color #007F25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007F25 is #FF80DA. Grayscale: #4F4F4F. Windows color (decimal): -16744667 or 2457344. OLE color: 2457344.
HSL color Cylindrical-coordinate representation of color #007F25: hue angle of 137.48º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007F25 is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 127 | 37 | - |
| CMYK | 1 | 0 | 0.71 | 0.50 |
| HSL | 137.48º | 1% | 0.25% | - |
| HSV(B) | 137.48º | 1% | 0.5% | - |
| XYZ | 7.92 | 15.31 | 4.29 | - |
| YUV | 78.77 | 104.42 | 71.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 127 | 37 | 1 | 0 | 0.71 | 0.50 | 137.48 | 1 | 0.25 |
| Hex | 0 | 7F | 25 | 64 | 0 | 47 | 32 | 89 | 64 | 19 |
| Octal | 0 | 177 | 45 | 144 | 0 | 107 | 62 | 211 | 144 | 31 |
| Binary | 0 | 1111111 | 100101 | 1100100 | 0 | 1000111 | 110010 | 10001001 | 1100100 | 11001 |
Color Harmonies of #007F25
Complementary color
Monochromatic Colors of #007F25
Black with #007F25
Text Example
Text Example
White with #007F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007F25; }
p { color: rgb(0,127,37); }
H1.HeaderClassName
{
color: #007F25;
}
.AnyTagClassName
{
color: #007F25;
}
</style>
background-color css
<style>
a { background-color: #007F25; }
a { background-color: rgb(0,127,37); }
div.DivClassName
{
background-color: #007F25;
}
.BgClassName
{
background-color: #007F25;
}
</style>
border-color css
<style>
span { border-color: #007F25; }
span { border-color: rgb(0,127,37); }
td.TdClassName
{
border-color: #007F25;
}
.TagClassName
{
border-color: #007F25;
}
</style>