Shades of Camarone #09772A
Tints of Camarone #09772A
RGB
CMYK
RGB Variations
Color information
#09772A (or 0x09772A) is known color: Camarone. HEX triplet: 09, 77 and 2A. RGB value is (9,119,42). Sum of RGB (Red+Green+Blue) = 9+119+42=170 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.29% from 170); Green value is 119 (46.88% from 255 or 70% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 119 - color contains mainly: green. Hex color #09772A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09772A is #F688D5. Grayscale: #4D4D4D. Windows color (decimal): -16156886 or 2782985. OLE color: 2782985.
HSL color Cylindrical-coordinate representation of color #09772A: hue angle of 138º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09772A is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 119 | 42 | - |
| CMYK | 0.92 | 0 | 0.65 | 0.53 |
| HSL | 138º | 0.86% | 0.25% | - |
| HSV(B) | 138º | 0.92% | 0.47% | - |
| XYZ | 7.13 | 13.42 | 4.4 | - |
| YUV | 77.33 | 108.06 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 119 | 42 | 0.92 | 0 | 0.65 | 0.53 | 138 | 0.86 | 0.25 |
| Hex | 9 | 77 | 2A | 5C | 0 | 41 | 35 | 8A | 56 | 19 |
| Octal | 11 | 167 | 52 | 134 | 0 | 101 | 65 | 212 | 126 | 31 |
| Binary | 1001 | 1110111 | 101010 | 1011100 | 0 | 1000001 | 110101 | 10001010 | 1010110 | 11001 |
Color Harmonies of #09772A
Complementary color
Monochromatic Colors of #09772A
Black with #09772A
Text Example
Text Example
White with #09772A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09772A; }
p { color: rgb(9,119,42); }
H1.HeaderClassName
{
color: #09772A;
}
.AnyTagClassName
{
color: #09772A;
}
</style>
background-color css
<style>
a { background-color: #09772A; }
a { background-color: rgb(9,119,42); }
div.DivClassName
{
background-color: #09772A;
}
.BgClassName
{
background-color: #09772A;
}
</style>
border-color css
<style>
span { border-color: #09772A; }
span { border-color: rgb(9,119,42); }
td.TdClassName
{
border-color: #09772A;
}
.TagClassName
{
border-color: #09772A;
}
</style>