Shades of Jewel #0A633F
Tints of Jewel #0A633F
RGB
CMYK
RGB Variations
Color information
#0A633F (or 0x0A633F) is known color: Jewel. HEX triplet: 0A, 63 and 3F. RGB value is (10,99,63). Sum of RGB (Red+Green+Blue) = 10+99+63=172 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.81% from 172); Green value is 99 (39.06% from 255 or 57.56% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 99 - color contains mainly: green. Hex color #0A633F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A633F is #F59CC0. Grayscale: #444444. Windows color (decimal): -16096449 or 4154122. OLE color: 4154122.
HSL color Cylindrical-coordinate representation of color #0A633F: hue angle of 155.73º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A633F is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 10 | 99 | 63 | - |
| CMYK | 0.90 | 0 | 0.36 | 0.61 |
| HSL | 155.73º | 0.82% | 0.21% | - |
| HSV(B) | 155.73º | 0.9% | 0.39% | - |
| XYZ | 5.48 | 9.35 | 6.22 | - |
| YUV | 68.29 | 125.01 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 99 | 63 | 0.90 | 0 | 0.36 | 0.61 | 155.73 | 0.82 | 0.21 |
| Hex | A | 63 | 3F | 5A | 0 | 24 | 3D | 9C | 52 | 15 |
| Octal | 12 | 143 | 77 | 132 | 0 | 44 | 75 | 234 | 122 | 25 |
| Binary | 1010 | 1100011 | 111111 | 1011010 | 0 | 100100 | 111101 | 10011100 | 1010010 | 10101 |
Color Harmonies of #0A633F
Complementary color
Monochromatic Colors of #0A633F
Black with #0A633F
Text Example
Text Example
White with #0A633F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A633F; }
p { color: rgb(10,99,63); }
H1.HeaderClassName
{
color: #0A633F;
}
.AnyTagClassName
{
color: #0A633F;
}
</style>
background-color css
<style>
a { background-color: #0A633F; }
a { background-color: rgb(10,99,63); }
div.DivClassName
{
background-color: #0A633F;
}
.BgClassName
{
background-color: #0A633F;
}
</style>
border-color css
<style>
span { border-color: #0A633F; }
span { border-color: rgb(10,99,63); }
td.TdClassName
{
border-color: #0A633F;
}
.TagClassName
{
border-color: #0A633F;
}
</style>