#0D8C76

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

Shades of Observatory #0D8C76

Tints of Observatory #0D8C76

Color information

#0D8C76 (or 0x0D8C76) is unknown color: approx Observatory. HEX triplet: 0D, 8C and 76. RGB value is (13,140,118). Sum of RGB (Red+Green+Blue) = 13+140+118=271 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.80% from 271); Green value is 140 (55.08% from 255 or 51.66% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 140 - color contains mainly: green. Hex color #0D8C76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8C76 is #F27389. Grayscale: #636363. Windows color (decimal): -15889290 or 7769101. OLE color: 7769101.

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

Color convert

RGB13140118-
CMYK0.9100.160.45
HSL169.61º83.01%30%-
HSV(B)169.61º90.71%54.9%-
XYZ12.8120.1520.35-
YUV99.52138.4266.29-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.80%
GREEN value IS 140 (55.08% from 255) = 51.66%
BLUE value IS 118 (46.48% from 255) = 43.54%
R=4.80%
G=51.66%
B=43.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131401180.9100.160.45169.6183.0130
HexD8C765B0102Daa531e
Octal152141661330205525212336
Binary1101100011001110110101101101000010110110101010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,140,118); }

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

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

 a { background-color: rgb(13,140,118); }

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

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

 span { border-color: rgb(13,140,118); }

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