#0A8570

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

Shades of Observatory #0A8570

Tints of Observatory #0A8570

Color information

#0A8570 (or 0x0A8570) is unknown color: approx Observatory. HEX triplet: 0A, 85 and 70. RGB value is (10,133,112). Sum of RGB (Red+Green+Blue) = 10+133+112=255 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.92% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #0A8570 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8570 is #F57A8F. Grayscale: #5D5D5D. Windows color (decimal): -16087696 or 7374090. OLE color: 7374090.

HSL color Cylindrical-coordinate representation of color #0A8570: hue angle of 169.76º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A8570 is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB10133112-
CMYK0.9200.160.48
HSL169.76º86.01%28.04%-
HSV(B)169.76º92.48%52.16%-
XYZ11.4418.0118.2-
YUV93.83138.2568.21-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.92%
GREEN value IS 133 (52.34% from 255) = 52.16%
BLUE value IS 112 (44.14% from 255) = 43.92%
R=3.92%
G=52.16%
B=43.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101331120.9200.160.48169.7686.0128.04
HexA85705C01030aa561c
Octal122051601340206025212634
Binary1010100001011110000101110001000011000010101010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,133,112); }

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

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

 a { background-color: rgb(10,133,112); }

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

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

 span { border-color: rgb(10,133,112); }

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