#0D8E7A

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

Shades of Observatory #0D8E7A

Tints of Observatory #0D8E7A

Color information

#0D8E7A (or 0x0D8E7A) is unknown color: approx Observatory. HEX triplet: 0D, 8E and 7A. RGB value is (13,142,122). Sum of RGB (Red+Green+Blue) = 13+142+122=277 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.69% from 277); Green value is 142 (55.86% from 255 or 51.26% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 142 - color contains mainly: green. Hex color #0D8E7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8E7A is #F27185. Grayscale: #656565. Windows color (decimal): -15888774 or 8031757. OLE color: 8031757.

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

Color convert

RGB13142122-
CMYK0.9100.140.44
HSL170.7º83.23%30.39%-
HSV(B)170.7º90.85%55.69%-
XYZ13.3520.8421.73-
YUV101.15139.7665.13-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.69%
GREEN value IS 142 (55.86% from 255) = 51.26%
BLUE value IS 122 (48.05% from 255) = 44.04%
R=4.69%
G=51.26%
B=44.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131421220.9100.140.44170.783.2330.39
HexD8E7A5B0E2Cab531e
Octal152161721330165425312336
Binary110110001110111101010110110111010110010101011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,142,122); }

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

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

 a { background-color: rgb(13,142,122); }

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

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

 span { border-color: rgb(13,142,122); }

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