Shades of Jewel #09703B
Tints of Jewel #09703B
RGB
CMYK
RGB Variations
Color information
#09703B (or 0x09703B) is known color: Jewel. HEX triplet: 09, 70 and 3B. RGB value is (9,112,59). Sum of RGB (Red+Green+Blue) = 9+112+59=180 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5% from 180); Green value is 112 (44.14% from 255 or 62.22% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 112 - color contains mainly: green. Hex color #09703B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09703B is #F68FC4. Grayscale: #4B4B4B. Windows color (decimal): -16158661 or 3895305. OLE color: 3895305.
HSL color Cylindrical-coordinate representation of color #09703B: hue angle of 149.13º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09703B is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 112 | 59 | - |
| CMYK | 0.92 | 0 | 0.47 | 0.56 |
| HSL | 149.13º | 0.85% | 0.24% | - |
| HSV(B) | 149.13º | 0.92% | 0.44% | - |
| XYZ | 6.7 | 11.96 | 6.09 | - |
| YUV | 75.16 | 118.88 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 112 | 59 | 0.92 | 0 | 0.47 | 0.56 | 149.13 | 0.85 | 0.24 |
| Hex | 9 | 70 | 3B | 5C | 0 | 2F | 38 | 95 | 55 | 18 |
| Octal | 11 | 160 | 73 | 134 | 0 | 57 | 70 | 225 | 125 | 30 |
| Binary | 1001 | 1110000 | 111011 | 1011100 | 0 | 101111 | 111000 | 10010101 | 1010101 | 11000 |
Color Harmonies of #09703B
Complementary color
Monochromatic Colors of #09703B
Black with #09703B
Text Example
Text Example
White with #09703B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09703B; }
p { color: rgb(9,112,59); }
H1.HeaderClassName
{
color: #09703B;
}
.AnyTagClassName
{
color: #09703B;
}
</style>
background-color css
<style>
a { background-color: #09703B; }
a { background-color: rgb(9,112,59); }
div.DivClassName
{
background-color: #09703B;
}
.BgClassName
{
background-color: #09703B;
}
</style>
border-color css
<style>
span { border-color: #09703B; }
span { border-color: rgb(9,112,59); }
td.TdClassName
{
border-color: #09703B;
}
.TagClassName
{
border-color: #09703B;
}
</style>