#01906D

Color #01906D Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #01906D

Tints of Observatory #01906D

Color information

#01906D (or 0x01906D) is unknown color: approx Observatory. HEX triplet: 01, 90 and 6D. RGB value is (1,144,109). Sum of RGB (Red+Green+Blue) = 1+144+109=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 144 (56.64% from 255 or 56.69% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 144 - color contains mainly: green. Hex color #01906D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01906D is #FE6F92. Grayscale: #616161. Windows color (decimal): -16674707 or 7180289. OLE color: 7180289.

HSL color Cylindrical-coordinate representation of color #01906D: hue angle of 165.31º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01906D is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB1144109-
CMYK0.9900.240.44
HSL165.31º98.62%28.43%-
HSV(B)165.31º99.31%56.47%-
XYZ12.7521.0617.86-
YUV97.25134.6259.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.39%
GREEN value IS 144 (56.64% from 255) = 56.69%
BLUE value IS 109 (42.97% from 255) = 42.91%
R=0.39%
G=56.69%
B=42.91%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11441090.9900.240.44165.3198.6228.43
Hex1906D630182Ca5631c
Octal12201551430305424514334
Binary1100100001101101110001101100010110010100101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01906D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01906D; }

 p { color: rgb(1,144,109); }

 H1.HeaderClassName
 {
   color: #01906D;
 }
 .AnyTagClassName
 {
   color: #01906D;
 }
</style>
background-color css

<style>
 a { background-color: #01906D; }

 a { background-color: rgb(1,144,109); }

 div.DivClassName
 {
   background-color: #01906D;
 }
 .BgClassName
 {
   background-color: #01906D;
 }
</style>
border-color css

<style>
 span { border-color: #01906D; }

 span { border-color: rgb(1,144,109); }

 td.TdClassName
 {
   border-color: #01906D;
 }
 .TagClassName
 {
   border-color: #01906D;
 }
</style>