Shades of Jewel #09713C
Tints of Jewel #09713C
RGB
CMYK
RGB Variations
Color information
#09713C (or 0x09713C) is known color: Jewel. HEX triplet: 09, 71 and 3C. RGB value is (9,113,60). Sum of RGB (Red+Green+Blue) = 9+113+60=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 113 (44.53% from 255 or 62.09% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 113 - color contains mainly: green. Hex color #09713C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09713C is #F68EC3. Grayscale: #4B4B4B. Windows color (decimal): -16158404 or 3961097. OLE color: 3961097.
HSL color Cylindrical-coordinate representation of color #09713C: hue angle of 149.42º 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 #09713C is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 113 | 60 | - |
| CMYK | 0.92 | 0 | 0.47 | 0.56 |
| HSL | 149.42º | 0.85% | 0.24% | - |
| HSV(B) | 149.42º | 0.92% | 0.44% | - |
| XYZ | 6.83 | 12.19 | 6.27 | - |
| YUV | 75.86 | 119.04 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 113 | 60 | 0.92 | 0 | 0.47 | 0.56 | 149.42 | 0.85 | 0.24 |
| Hex | 9 | 71 | 3C | 5C | 0 | 2F | 38 | 95 | 55 | 18 |
| Octal | 11 | 161 | 74 | 134 | 0 | 57 | 70 | 225 | 125 | 30 |
| Binary | 1001 | 1110001 | 111100 | 1011100 | 0 | 101111 | 111000 | 10010101 | 1010101 | 11000 |
Color Harmonies of #09713C
Complementary color
Monochromatic Colors of #09713C
Black with #09713C
Text Example
Text Example
White with #09713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09713C; }
p { color: rgb(9,113,60); }
H1.HeaderClassName
{
color: #09713C;
}
.AnyTagClassName
{
color: #09713C;
}
</style>
background-color css
<style>
a { background-color: #09713C; }
a { background-color: rgb(9,113,60); }
div.DivClassName
{
background-color: #09713C;
}
.BgClassName
{
background-color: #09713C;
}
</style>
border-color css
<style>
span { border-color: #09713C; }
span { border-color: rgb(9,113,60); }
td.TdClassName
{
border-color: #09713C;
}
.TagClassName
{
border-color: #09713C;
}
</style>