Shades of Jewel #09653E
Tints of Jewel #09653E
RGB
CMYK
RGB Variations
Color information
#09653E (or 0x09653E) is known color: Jewel. HEX triplet: 09, 65 and 3E. RGB value is (9,101,62). Sum of RGB (Red+Green+Blue) = 9+101+62=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 101 (39.84% from 255 or 58.72% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 101 - color contains mainly: green. Hex color #09653E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09653E is #F69AC1. Grayscale: #454545. Windows color (decimal): -16161474 or 4089097. OLE color: 4089097.
HSL color Cylindrical-coordinate representation of color #09653E: hue angle of 154.57º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09653E is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 101 | 62 | - |
| CMYK | 0.91 | 0 | 0.39 | 0.60 |
| HSL | 154.57º | 0.84% | 0.22% | - |
| HSV(B) | 154.57º | 0.91% | 0.4% | - |
| XYZ | 5.64 | 9.71 | 6.14 | - |
| YUV | 69.05 | 124.02 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 101 | 62 | 0.91 | 0 | 0.39 | 0.60 | 154.57 | 0.84 | 0.22 |
| Hex | 9 | 65 | 3E | 5B | 0 | 27 | 3C | 9B | 54 | 16 |
| Octal | 11 | 145 | 76 | 133 | 0 | 47 | 74 | 233 | 124 | 26 |
| Binary | 1001 | 1100101 | 111110 | 1011011 | 0 | 100111 | 111100 | 10011011 | 1010100 | 10110 |
Color Harmonies of #09653E
Complementary color
Monochromatic Colors of #09653E
Black with #09653E
Text Example
Text Example
White with #09653E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09653E; }
p { color: rgb(9,101,62); }
H1.HeaderClassName
{
color: #09653E;
}
.AnyTagClassName
{
color: #09653E;
}
</style>
background-color css
<style>
a { background-color: #09653E; }
a { background-color: rgb(9,101,62); }
div.DivClassName
{
background-color: #09653E;
}
.BgClassName
{
background-color: #09653E;
}
</style>
border-color css
<style>
span { border-color: #09653E; }
span { border-color: rgb(9,101,62); }
td.TdClassName
{
border-color: #09653E;
}
.TagClassName
{
border-color: #09653E;
}
</style>