Shades of Jewel #09703A
Tints of Jewel #09703A
RGB
CMYK
RGB Variations
Color information
#09703A (or 0x09703A) is known color: Jewel. HEX triplet: 09, 70 and 3A. RGB value is (9,112,58). Sum of RGB (Red+Green+Blue) = 9+112+58=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 112 (44.14% from 255 or 62.57% from 179); Blue value is 58 (23.05% from 255 or 32.40% from 179); Max value from RGB is 112 - color contains mainly: green. Hex color #09703A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09703A is #F68FC5. Grayscale: #4B4B4B. Windows color (decimal): -16158662 or 3829769. OLE color: 3829769.
HSL color Cylindrical-coordinate representation of color #09703A: hue angle of 148.54º 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 #09703A is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 112 | 58 | - |
| CMYK | 0.92 | 0 | 0.48 | 0.56 |
| HSL | 148.54º | 0.85% | 0.24% | - |
| HSV(B) | 148.54º | 0.92% | 0.44% | - |
| XYZ | 6.67 | 11.95 | 5.96 | - |
| YUV | 75.05 | 118.38 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 112 | 58 | 0.92 | 0 | 0.48 | 0.56 | 148.54 | 0.85 | 0.24 |
| Hex | 9 | 70 | 3A | 5C | 0 | 30 | 38 | 95 | 55 | 18 |
| Octal | 11 | 160 | 72 | 134 | 0 | 60 | 70 | 225 | 125 | 30 |
| Binary | 1001 | 1110000 | 111010 | 1011100 | 0 | 110000 | 111000 | 10010101 | 1010101 | 11000 |
Color Harmonies of #09703A
Complementary color
Monochromatic Colors of #09703A
Black with #09703A
Text Example
Text Example
White with #09703A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09703A; }
p { color: rgb(9,112,58); }
H1.HeaderClassName
{
color: #09703A;
}
.AnyTagClassName
{
color: #09703A;
}
</style>
background-color css
<style>
a { background-color: #09703A; }
a { background-color: rgb(9,112,58); }
div.DivClassName
{
background-color: #09703A;
}
.BgClassName
{
background-color: #09703A;
}
</style>
border-color css
<style>
span { border-color: #09703A; }
span { border-color: rgb(9,112,58); }
td.TdClassName
{
border-color: #09703A;
}
.TagClassName
{
border-color: #09703A;
}
</style>