Shades of Observatory #03966A
Tints of Observatory #03966A
RGB
CMYK
RGB Variations
Color information
#03966A (or 0x03966A) is known color: Observatory. HEX triplet: 03, 96 and 6A. RGB value is (3,150,106). Sum of RGB (Red+Green+Blue) = 3+150+106=259 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 259); Green value is 150 (58.98% from 255 or 57.92% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 150 - color contains mainly: green. Hex color #03966A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03966A is #FC6995. Grayscale: #656565. Windows color (decimal): -16542102 or 6985219. OLE color: 6985219.
HSL color Cylindrical-coordinate representation of color #03966A: hue angle of 162.04º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03966A is Cyan = 0.98, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 3 | 150 | 106 | - |
| CMYK | 0.98 | 0 | 0.29 | 0.41 |
| HSL | 162.04º | 0.96% | 0.3% | - |
| HSV(B) | 162.04º | 0.98% | 0.59% | - |
| XYZ | 13.55 | 22.87 | 17.34 | - |
| YUV | 101.03 | 130.8 | 58.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 150 | 106 | 0.98 | 0 | 0.29 | 0.41 | 162.04 | 0.96 | 0.3 |
| Hex | 3 | 96 | 6A | 62 | 0 | 1D | 29 | A2 | 60 | 1E |
| Octal | 3 | 226 | 152 | 142 | 0 | 35 | 51 | 242 | 140 | 36 |
| Binary | 11 | 10010110 | 1101010 | 1100010 | 0 | 11101 | 101001 | 10100010 | 1100000 | 11110 |
Color Harmonies of #03966A
Complementary color
Monochromatic Colors of #03966A
Black with #03966A
Text Example
Text Example
White with #03966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03966A; }
p { color: rgb(3,150,106); }
H1.HeaderClassName
{
color: #03966A;
}
.AnyTagClassName
{
color: #03966A;
}
</style>
background-color css
<style>
a { background-color: #03966A; }
a { background-color: rgb(3,150,106); }
div.DivClassName
{
background-color: #03966A;
}
.BgClassName
{
background-color: #03966A;
}
</style>
border-color css
<style>
span { border-color: #03966A; }
span { border-color: rgb(3,150,106); }
td.TdClassName
{
border-color: #03966A;
}
.TagClassName
{
border-color: #03966A;
}
</style>