Shades of Camarone #08752A
Tints of Camarone #08752A
RGB
CMYK
RGB Variations
Color information
#08752A (or 0x08752A) is known color: Camarone. HEX triplet: 08, 75 and 2A. RGB value is (8,117,42). Sum of RGB (Red+Green+Blue) = 8+117+42=167 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.79% from 167); Green value is 117 (46.09% from 255 or 70.06% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 117 - color contains mainly: green. Hex color #08752A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08752A is #F78AD5. Grayscale: #4C4C4C. Windows color (decimal): -16222934 or 2782472. OLE color: 2782472.
HSL color Cylindrical-coordinate representation of color #08752A: hue angle of 138.72º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08752A is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 117 | 42 | - |
| CMYK | 0.93 | 0 | 0.64 | 0.54 |
| HSL | 138.72º | 0.87% | 0.25% | - |
| HSV(B) | 138.72º | 0.93% | 0.46% | - |
| XYZ | 6.88 | 12.94 | 4.33 | - |
| YUV | 75.86 | 108.89 | 79.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 117 | 42 | 0.93 | 0 | 0.64 | 0.54 | 138.72 | 0.87 | 0.25 |
| Hex | 8 | 75 | 2A | 5D | 0 | 40 | 36 | 8B | 57 | 19 |
| Octal | 10 | 165 | 52 | 135 | 0 | 100 | 66 | 213 | 127 | 31 |
| Binary | 1000 | 1110101 | 101010 | 1011101 | 0 | 1000000 | 110110 | 10001011 | 1010111 | 11001 |
Color Harmonies of #08752A
Complementary color
Monochromatic Colors of #08752A
Black with #08752A
Text Example
Text Example
White with #08752A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08752A; }
p { color: rgb(8,117,42); }
H1.HeaderClassName
{
color: #08752A;
}
.AnyTagClassName
{
color: #08752A;
}
</style>
background-color css
<style>
a { background-color: #08752A; }
a { background-color: rgb(8,117,42); }
div.DivClassName
{
background-color: #08752A;
}
.BgClassName
{
background-color: #08752A;
}
</style>
border-color css
<style>
span { border-color: #08752A; }
span { border-color: rgb(8,117,42); }
td.TdClassName
{
border-color: #08752A;
}
.TagClassName
{
border-color: #08752A;
}
</style>