#0A8D79

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

Shades of Observatory #0A8D79

Tints of Observatory #0A8D79

Color information

#0A8D79 (or 0x0A8D79) is unknown color: approx Observatory. HEX triplet: 0A, 8D and 79. RGB value is (10,141,121). Sum of RGB (Red+Green+Blue) = 10+141+121=272 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.68% from 272); Green value is 141 (55.47% from 255 or 51.84% from 272); Blue value is 121 (47.66% from 255 or 44.49% from 272); Max value from RGB is 141 - color contains mainly: green. Hex color #0A8D79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8D79 is #F57286. Grayscale: #636363. Windows color (decimal): -16085639 or 7965962. OLE color: 7965962.

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

Color convert

RGB10141121-
CMYK0.9300.140.45
HSL170.84º86.75%29.61%-
HSV(B)170.84º92.91%55.29%-
XYZ13.120.4921.35-
YUV99.55140.164.13-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.68%
GREEN value IS 141 (55.47% from 255) = 51.84%
BLUE value IS 121 (47.66% from 255) = 44.49%
R=3.68%
G=51.84%
B=44.49%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal101411210.9300.140.45170.8486.7529.61
HexA8D795D0E2Dab571e
Octal122151711350165525312736
Binary101010001101111100110111010111010110110101011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,141,121); }

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

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

 a { background-color: rgb(10,141,121); }

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

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

 span { border-color: rgb(10,141,121); }

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