Shades of Jewel #006B3A
Tints of Jewel #006B3A
RGB
CMYK
RGB Variations
Color information
#006B3A (or 0x006B3A) is known color: Jewel. HEX triplet: 00, 6B and 3A. RGB value is (0,107,58). Sum of RGB (Red+Green+Blue) = 0+107+58=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 107 (42.19% from 255 or 64.85% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 107 - color contains mainly: green. Hex color #006B3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006B3A is #FF94C5. Grayscale: #454545. Windows color (decimal): -16749766 or 3828480. OLE color: 3828480.
HSL color Cylindrical-coordinate representation of color #006B3A: hue angle of 152.52º 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 #006B3A is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 107 | 58 | - |
| CMYK | 1 | 0 | 0.46 | 0.58 |
| HSL | 152.52º | 1% | 0.21% | - |
| HSV(B) | 152.52º | 1% | 0.42% | - |
| XYZ | 6.02 | 10.82 | 5.77 | - |
| YUV | 69.42 | 121.55 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 107 | 58 | 1 | 0 | 0.46 | 0.58 | 152.52 | 1 | 0.21 |
| Hex | 0 | 6B | 3A | 64 | 0 | 2E | 3A | 99 | 64 | 15 |
| Octal | 0 | 153 | 72 | 144 | 0 | 56 | 72 | 231 | 144 | 25 |
| Binary | 0 | 1101011 | 111010 | 1100100 | 0 | 101110 | 111010 | 10011001 | 1100100 | 10101 |
Color Harmonies of #006B3A
Complementary color
Monochromatic Colors of #006B3A
Black with #006B3A
Text Example
Text Example
White with #006B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006B3A; }
p { color: rgb(0,107,58); }
H1.HeaderClassName
{
color: #006B3A;
}
.AnyTagClassName
{
color: #006B3A;
}
</style>
background-color css
<style>
a { background-color: #006B3A; }
a { background-color: rgb(0,107,58); }
div.DivClassName
{
background-color: #006B3A;
}
.BgClassName
{
background-color: #006B3A;
}
</style>
border-color css
<style>
span { border-color: #006B3A; }
span { border-color: rgb(0,107,58); }
td.TdClassName
{
border-color: #006B3A;
}
.TagClassName
{
border-color: #006B3A;
}
</style>