Shades of Jewel #09693C
Tints of Jewel #09693C
RGB
CMYK
RGB Variations
Color information
#09693C (or 0x09693C) is known color: Jewel. HEX triplet: 09, 69 and 3C. RGB value is (9,105,60). Sum of RGB (Red+Green+Blue) = 9+105+60=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 105 (41.41% from 255 or 60.34% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 105 - color contains mainly: green. Hex color #09693C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09693C is #F696C3. Grayscale: #474747. Windows color (decimal): -16160452 or 3959049. OLE color: 3959049.
HSL color Cylindrical-coordinate representation of color #09693C: hue angle of 151.88º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09693C is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 105 | 60 | - |
| CMYK | 0.91 | 0 | 0.43 | 0.59 |
| HSL | 151.88º | 0.84% | 0.22% | - |
| HSV(B) | 151.88º | 0.91% | 0.41% | - |
| XYZ | 5.98 | 10.49 | 5.98 | - |
| YUV | 71.17 | 121.7 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 105 | 60 | 0.91 | 0 | 0.43 | 0.59 | 151.88 | 0.84 | 0.22 |
| Hex | 9 | 69 | 3C | 5B | 0 | 2B | 3B | 98 | 54 | 16 |
| Octal | 11 | 151 | 74 | 133 | 0 | 53 | 73 | 230 | 124 | 26 |
| Binary | 1001 | 1101001 | 111100 | 1011011 | 0 | 101011 | 111011 | 10011000 | 1010100 | 10110 |
Color Harmonies of #09693C
Complementary color
Monochromatic Colors of #09693C
Black with #09693C
Text Example
Text Example
White with #09693C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09693C; }
p { color: rgb(9,105,60); }
H1.HeaderClassName
{
color: #09693C;
}
.AnyTagClassName
{
color: #09693C;
}
</style>
background-color css
<style>
a { background-color: #09693C; }
a { background-color: rgb(9,105,60); }
div.DivClassName
{
background-color: #09693C;
}
.BgClassName
{
background-color: #09693C;
}
</style>
border-color css
<style>
span { border-color: #09693C; }
span { border-color: rgb(9,105,60); }
td.TdClassName
{
border-color: #09693C;
}
.TagClassName
{
border-color: #09693C;
}
</style>