#008A70

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

Shades of Observatory #008A70

Tints of Observatory #008A70

Color information

#008A70 (or 0x008A70) is unknown color: approx Observatory. HEX triplet: 00, 8A and 70. RGB value is (0,138,112). Sum of RGB (Red+Green+Blue) = 0+138+112=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 138 (54.30% from 255 or 55.2% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 138 - color contains mainly: green. Hex color #008A70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008A70 is #FF758F. Grayscale: #5D5D5D. Windows color (decimal): -16741776 or 7375360. OLE color: 7375360.

HSL color Cylindrical-coordinate representation of color #008A70: hue angle of 168.7º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008A70 is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB0138112-
CMYK100.190.46
HSL168.7º100%27.06%-
HSV(B)168.7º100%54.12%-
XYZ12.0119.3518.43-
YUV93.77138.2861.11-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 138 (54.30% from 255) = 55.2%
BLUE value IS 112 (44.14% from 255) = 44.8%
R=0%
G=55.2%
B=44.8%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal0138112100.190.46168.710027.06
Hex08A70640132Ea9641b
Octal02121601440235625114433
Binary0100010101110000110010001001110111010101001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008A70; }

 p { color: rgb(0,138,112); }

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

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

 a { background-color: rgb(0,138,112); }

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

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

 span { border-color: rgb(0,138,112); }

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