Shades of Camarone #09762A
Tints of Camarone #09762A
RGB
CMYK
RGB Variations
Color information
#09762A (or 0x09762A) is known color: Camarone. HEX triplet: 09, 76 and 2A. RGB value is (9,118,42). Sum of RGB (Red+Green+Blue) = 9+118+42=169 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.33% from 169); Green value is 118 (46.48% from 255 or 69.82% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 118 - color contains mainly: green. Hex color #09762A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09762A is #F689D5. Grayscale: #4C4C4C. Windows color (decimal): -16157142 or 2782729. OLE color: 2782729.
HSL color Cylindrical-coordinate representation of color #09762A: hue angle of 138.17º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09762A is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 118 | 42 | - |
| CMYK | 0.92 | 0 | 0.64 | 0.54 |
| HSL | 138.17º | 0.86% | 0.25% | - |
| HSV(B) | 138.17º | 0.92% | 0.46% | - |
| XYZ | 7.01 | 13.18 | 4.37 | - |
| YUV | 76.75 | 108.39 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 118 | 42 | 0.92 | 0 | 0.64 | 0.54 | 138.17 | 0.86 | 0.25 |
| Hex | 9 | 76 | 2A | 5C | 0 | 40 | 36 | 8A | 56 | 19 |
| Octal | 11 | 166 | 52 | 134 | 0 | 100 | 66 | 212 | 126 | 31 |
| Binary | 1001 | 1110110 | 101010 | 1011100 | 0 | 1000000 | 110110 | 10001010 | 1010110 | 11001 |
Color Harmonies of #09762A
Complementary color
Monochromatic Colors of #09762A
Black with #09762A
Text Example
Text Example
White with #09762A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09762A; }
p { color: rgb(9,118,42); }
H1.HeaderClassName
{
color: #09762A;
}
.AnyTagClassName
{
color: #09762A;
}
</style>
background-color css
<style>
a { background-color: #09762A; }
a { background-color: rgb(9,118,42); }
div.DivClassName
{
background-color: #09762A;
}
.BgClassName
{
background-color: #09762A;
}
</style>
border-color css
<style>
span { border-color: #09762A; }
span { border-color: rgb(9,118,42); }
td.TdClassName
{
border-color: #09762A;
}
.TagClassName
{
border-color: #09762A;
}
</style>