Shades of Jewel #006A3C
Tints of Jewel #006A3C
RGB
CMYK
RGB Variations
Color information
#006A3C (or 0x006A3C) is known color: Jewel. HEX triplet: 00, 6A and 3C. RGB value is (0,106,60). Sum of RGB (Red+Green+Blue) = 0+106+60=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 106 (41.80% from 255 or 63.86% from 166); Blue value is 60 (23.83% from 255 or 36.14% from 166); Max value from RGB is 106 - color contains mainly: green. Hex color #006A3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006A3C is #FF95C3. Grayscale: #454545. Windows color (decimal): -16750020 or 3959296. OLE color: 3959296.
HSL color Cylindrical-coordinate representation of color #006A3C: hue angle of 153.96º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006A3C is Cyan = 1, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 106 | 60 | - |
| CMYK | 1 | 0 | 0.43 | 0.58 |
| HSL | 153.96º | 1% | 0.21% | - |
| HSV(B) | 153.96º | 1% | 0.42% | - |
| XYZ | 5.97 | 10.63 | 6.01 | - |
| YUV | 69.06 | 122.88 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 106 | 60 | 1 | 0 | 0.43 | 0.58 | 153.96 | 1 | 0.21 |
| Hex | 0 | 6A | 3C | 64 | 0 | 2B | 3A | 9A | 64 | 15 |
| Octal | 0 | 152 | 74 | 144 | 0 | 53 | 72 | 232 | 144 | 25 |
| Binary | 0 | 1101010 | 111100 | 1100100 | 0 | 101011 | 111010 | 10011010 | 1100100 | 10101 |
Color Harmonies of #006A3C
Complementary color
Monochromatic Colors of #006A3C
Black with #006A3C
Text Example
Text Example
White with #006A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006A3C; }
p { color: rgb(0,106,60); }
H1.HeaderClassName
{
color: #006A3C;
}
.AnyTagClassName
{
color: #006A3C;
}
</style>
background-color css
<style>
a { background-color: #006A3C; }
a { background-color: rgb(0,106,60); }
div.DivClassName
{
background-color: #006A3C;
}
.BgClassName
{
background-color: #006A3C;
}
</style>
border-color css
<style>
span { border-color: #006A3C; }
span { border-color: rgb(0,106,60); }
td.TdClassName
{
border-color: #006A3C;
}
.TagClassName
{
border-color: #006A3C;
}
</style>