#069573

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

Shades of Observatory #069573

Tints of Observatory #069573

Color information

#069573 (or 0x069573) is unknown color: approx Observatory. HEX triplet: 06, 95 and 73. RGB value is (6,149,115). Sum of RGB (Red+Green+Blue) = 6+149+115=270 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.22% from 270); Green value is 149 (58.59% from 255 or 55.19% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 149 - color contains mainly: green. Hex color #069573 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069573 is #F96A8C. Grayscale: #666666. Windows color (decimal): -16345741 or 7574790. OLE color: 7574790.

HSL color Cylindrical-coordinate representation of color #069573: hue angle of 165.73º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069573 is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB6149115-
CMYK0.9600.230.42
HSL165.73º92.26%30.39%-
HSV(B)165.73º95.97%58.43%-
XYZ13.9222.7719.88-
YUV102.37135.1259.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.22%
GREEN value IS 149 (58.59% from 255) = 55.19%
BLUE value IS 115 (45.31% from 255) = 42.59%
R=2.22%
G=55.19%
B=42.59%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61491150.9600.230.42165.7392.2630.39
Hex69573600172Aa65c1e
Octal62251631400275224613436
Binary110100101011110011110000001011110101010100110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069573; }

 p { color: rgb(6,149,115); }

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

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

 a { background-color: rgb(6,149,115); }

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

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

 span { border-color: rgb(6,149,115); }

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