Shades of Jewel #09623D
Tints of Jewel #09623D
RGB
CMYK
RGB Variations
Color information
#09623D (or 0x09623D) is known color: Jewel. HEX triplet: 09, 62 and 3D. RGB value is (9,98,61). Sum of RGB (Red+Green+Blue) = 9+98+61=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 98 (38.67% from 255 or 58.33% from 168); Blue value is 61 (24.22% from 255 or 36.31% from 168); Max value from RGB is 98 - color contains mainly: green. Hex color #09623D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09623D is #F69DC2. Grayscale: #434343. Windows color (decimal): -16162243 or 4022793. OLE color: 4022793.
HSL color Cylindrical-coordinate representation of color #09623D: hue angle of 155.06º 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 #09623D is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 98 | 61 | - |
| CMYK | 0.91 | 0 | 0.38 | 0.62 |
| HSL | 155.06º | 0.83% | 0.21% | - |
| HSV(B) | 155.06º | 0.91% | 0.38% | - |
| XYZ | 5.32 | 9.13 | 5.9 | - |
| YUV | 67.17 | 124.51 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 98 | 61 | 0.91 | 0 | 0.38 | 0.62 | 155.06 | 0.83 | 0.21 |
| Hex | 9 | 62 | 3D | 5B | 0 | 26 | 3E | 9B | 53 | 15 |
| Octal | 11 | 142 | 75 | 133 | 0 | 46 | 76 | 233 | 123 | 25 |
| Binary | 1001 | 1100010 | 111101 | 1011011 | 0 | 100110 | 111110 | 10011011 | 1010011 | 10101 |
Color Harmonies of #09623D
Complementary color
Monochromatic Colors of #09623D
Black with #09623D
Text Example
Text Example
White with #09623D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09623D; }
p { color: rgb(9,98,61); }
H1.HeaderClassName
{
color: #09623D;
}
.AnyTagClassName
{
color: #09623D;
}
</style>
background-color css
<style>
a { background-color: #09623D; }
a { background-color: rgb(9,98,61); }
div.DivClassName
{
background-color: #09623D;
}
.BgClassName
{
background-color: #09623D;
}
</style>
border-color css
<style>
span { border-color: #09623D; }
span { border-color: rgb(9,98,61); }
td.TdClassName
{
border-color: #09623D;
}
.TagClassName
{
border-color: #09623D;
}
</style>