Shades of Jewel #09703F
Tints of Jewel #09703F
RGB
CMYK
RGB Variations
Color information
#09703F (or 0x09703F) is known color: Jewel. HEX triplet: 09, 70 and 3F. RGB value is (9,112,63). Sum of RGB (Red+Green+Blue) = 9+112+63=184 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.89% from 184); Green value is 112 (44.14% from 255 or 60.87% from 184); Blue value is 63 (25% from 255 or 34.24% from 184); Max value from RGB is 112 - color contains mainly: green. Hex color #09703F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09703F is #F68FC0. Grayscale: #4B4B4B. Windows color (decimal): -16158657 or 4157449. OLE color: 4157449.
HSL color Cylindrical-coordinate representation of color #09703F: hue angle of 151.46º 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 #09703F is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 112 | 63 | - |
| CMYK | 0.92 | 0 | 0.44 | 0.56 |
| HSL | 151.46º | 0.85% | 0.24% | - |
| HSV(B) | 151.46º | 0.92% | 0.44% | - |
| XYZ | 6.8 | 12.01 | 6.66 | - |
| YUV | 75.62 | 120.88 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 112 | 63 | 0.92 | 0 | 0.44 | 0.56 | 151.46 | 0.85 | 0.24 |
| Hex | 9 | 70 | 3F | 5C | 0 | 2C | 38 | 97 | 55 | 18 |
| Octal | 11 | 160 | 77 | 134 | 0 | 54 | 70 | 227 | 125 | 30 |
| Binary | 1001 | 1110000 | 111111 | 1011100 | 0 | 101100 | 111000 | 10010111 | 1010101 | 11000 |
Color Harmonies of #09703F
Complementary color
Monochromatic Colors of #09703F
Black with #09703F
Text Example
Text Example
White with #09703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09703F; }
p { color: rgb(9,112,63); }
H1.HeaderClassName
{
color: #09703F;
}
.AnyTagClassName
{
color: #09703F;
}
</style>
background-color css
<style>
a { background-color: #09703F; }
a { background-color: rgb(9,112,63); }
div.DivClassName
{
background-color: #09703F;
}
.BgClassName
{
background-color: #09703F;
}
</style>
border-color css
<style>
span { border-color: #09703F; }
span { border-color: rgb(9,112,63); }
td.TdClassName
{
border-color: #09703F;
}
.TagClassName
{
border-color: #09703F;
}
</style>