#0a8e78

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

Shades of Observatory #0A8E78

Tints of Observatory #0A8E78

Color information

#0A8E78 (or 0x0A8E78) is unknown color: approx Observatory. HEX triplet: 0A, 8E and 78. RGB value is (10,142,120). Sum of RGB (Red+Green+Blue) = 10+142+120=272 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.68% from 272); Green value is 142 (55.86% from 255 or 52.21% from 272); Blue value is 120 (47.27% from 255 or 44.12% from 272); Max value from RGB is 142 - color contains mainly: green. Hex color #0A8E78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8E78 is #F57187. Grayscale: #636363. Windows color (decimal): -16085384 or 7900682. OLE color: 7900682.

HSL color Cylindrical-coordinate representation of color #0A8E78: hue angle of 170º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8E78 is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB10142120-
CMYK0.9300.150.44
HSL170º86.84%29.8%-
HSV(B)170º92.96%55.69%-
XYZ13.1920.7721.08-
YUV100.02139.2763.79-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.68%
GREEN value IS 142 (55.86% from 255) = 52.21%
BLUE value IS 120 (47.27% from 255) = 44.12%
R=3.68%
G=52.21%
B=44.12%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal101421200.9300.150.4417086.8429.8
HexA8E785D0F2Caa571e
Octal122161701350175425212736
Binary101010001110111100010111010111110110010101010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a8e78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0a8e78; }

 p { color: rgb(10,142,120); }

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

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

 a { background-color: rgb(10,142,120); }

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

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

 span { border-color: rgb(10,142,120); }

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