Shades of Camarone #08772A
Tints of Camarone #08772A
RGB
CMYK
RGB Variations
Color information
#08772A (or 0x08772A) is known color: Camarone. HEX triplet: 08, 77 and 2A. RGB value is (8,119,42). Sum of RGB (Red+Green+Blue) = 8+119+42=169 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.73% from 169); Green value is 119 (46.88% from 255 or 70.41% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 119 - color contains mainly: green. Hex color #08772A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08772A is #F788D5. Grayscale: #4D4D4D. Windows color (decimal): -16222422 or 2782984. OLE color: 2782984.
HSL color Cylindrical-coordinate representation of color #08772A: hue angle of 138.38º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08772A is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 119 | 42 | - |
| CMYK | 0.93 | 0 | 0.65 | 0.53 |
| HSL | 138.38º | 0.87% | 0.25% | - |
| HSV(B) | 138.38º | 0.93% | 0.47% | - |
| XYZ | 7.11 | 13.41 | 4.4 | - |
| YUV | 77.03 | 108.23 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 119 | 42 | 0.93 | 0 | 0.65 | 0.53 | 138.38 | 0.87 | 0.25 |
| Hex | 8 | 77 | 2A | 5D | 0 | 41 | 35 | 8A | 57 | 19 |
| Octal | 10 | 167 | 52 | 135 | 0 | 101 | 65 | 212 | 127 | 31 |
| Binary | 1000 | 1110111 | 101010 | 1011101 | 0 | 1000001 | 110101 | 10001010 | 1010111 | 11001 |
Color Harmonies of #08772A
Complementary color
Monochromatic Colors of #08772A
Black with #08772A
Text Example
Text Example
White with #08772A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08772A; }
p { color: rgb(8,119,42); }
H1.HeaderClassName
{
color: #08772A;
}
.AnyTagClassName
{
color: #08772A;
}
</style>
background-color css
<style>
a { background-color: #08772A; }
a { background-color: rgb(8,119,42); }
div.DivClassName
{
background-color: #08772A;
}
.BgClassName
{
background-color: #08772A;
}
</style>
border-color css
<style>
span { border-color: #08772A; }
span { border-color: rgb(8,119,42); }
td.TdClassName
{
border-color: #08772A;
}
.TagClassName
{
border-color: #08772A;
}
</style>