#069178

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

Shades of Observatory #069178

Tints of Observatory #069178

Color information

#069178 (or 0x069178) is unknown color: approx Observatory. HEX triplet: 06, 91 and 78. RGB value is (6,145,120). Sum of RGB (Red+Green+Blue) = 6+145+120=271 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 271); Green value is 145 (57.03% from 255 or 53.51% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 145 - color contains mainly: green. Hex color #069178 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069178 is #F96E87. Grayscale: #646464. Windows color (decimal): -16346760 or 7901446. OLE color: 7901446.

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

Color convert

RGB6145120-
CMYK0.9600.170.43
HSL169.21º92.05%29.61%-
HSV(B)169.21º95.86%56.86%-
XYZ13.5921.6521.23-
YUV100.59138.9560.53-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.21%
GREEN value IS 145 (57.03% from 255) = 53.51%
BLUE value IS 120 (47.27% from 255) = 44.28%
R=2.21%
G=53.51%
B=44.28%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal61451200.9600.170.43169.2192.0529.61
Hex69178600112Ba95c1e
Octal62211701400215325113436
Binary110100100011111000110000001000110101110101001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069178; }

 p { color: rgb(6,145,120); }

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

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

 a { background-color: rgb(6,145,120); }

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

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

 span { border-color: rgb(6,145,120); }

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