Shades of Jewel #09613F
Tints of Jewel #09613F
RGB
CMYK
RGB Variations
Color information
#09613F (or 0x09613F) is known color: Jewel. HEX triplet: 09, 61 and 3F. RGB value is (9,97,63). Sum of RGB (Red+Green+Blue) = 9+97+63=169 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.33% from 169); Green value is 97 (38.28% from 255 or 57.40% from 169); Blue value is 63 (25% from 255 or 37.28% from 169); Max value from RGB is 97 - color contains mainly: green. Hex color #09613F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09613F is #F69EC0. Grayscale: #424242. Windows color (decimal): -16162497 or 4153609. OLE color: 4153609.
HSL color Cylindrical-coordinate representation of color #09613F: hue angle of 156.82º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09613F is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 97 | 63 | - |
| CMYK | 0.91 | 0 | 0.35 | 0.62 |
| HSL | 156.82º | 0.83% | 0.21% | - |
| HSV(B) | 156.82º | 0.91% | 0.38% | - |
| XYZ | 5.28 | 8.97 | 6.15 | - |
| YUV | 66.81 | 125.85 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 97 | 63 | 0.91 | 0 | 0.35 | 0.62 | 156.82 | 0.83 | 0.21 |
| Hex | 9 | 61 | 3F | 5B | 0 | 23 | 3E | 9D | 53 | 15 |
| Octal | 11 | 141 | 77 | 133 | 0 | 43 | 76 | 235 | 123 | 25 |
| Binary | 1001 | 1100001 | 111111 | 1011011 | 0 | 100011 | 111110 | 10011101 | 1010011 | 10101 |
Color Harmonies of #09613F
Complementary color
Monochromatic Colors of #09613F
Black with #09613F
Text Example
Text Example
White with #09613F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09613F; }
p { color: rgb(9,97,63); }
H1.HeaderClassName
{
color: #09613F;
}
.AnyTagClassName
{
color: #09613F;
}
</style>
background-color css
<style>
a { background-color: #09613F; }
a { background-color: rgb(9,97,63); }
div.DivClassName
{
background-color: #09613F;
}
.BgClassName
{
background-color: #09613F;
}
</style>
border-color css
<style>
span { border-color: #09613F; }
span { border-color: rgb(9,97,63); }
td.TdClassName
{
border-color: #09613F;
}
.TagClassName
{
border-color: #09613F;
}
</style>