#0D907F

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

Shades of Observatory #0D907F

Tints of Observatory #0D907F

Color information

#0D907F (or 0x0D907F) is unknown color: approx Observatory. HEX triplet: 0D, 90 and 7F. RGB value is (13,144,127). Sum of RGB (Red+Green+Blue) = 13+144+127=284 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.58% from 284); Green value is 144 (56.64% from 255 or 50.70% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 144 - color contains mainly: green. Hex color #0D907F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D907F is #F26F80. Grayscale: #666666. Windows color (decimal): -15888257 or 8359949. OLE color: 8359949.

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

Color convert

RGB13144127-
CMYK0.9100.120.44
HSL172.21º83.44%30.78%-
HSV(B)172.21º90.97%56.47%-
XYZ13.9721.5623.5-
YUV102.89141.663.88-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.58%
GREEN value IS 144 (56.64% from 255) = 50.70%
BLUE value IS 127 (50% from 255) = 44.72%
R=4.58%
G=50.70%
B=44.72%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131441270.9100.120.44172.2183.4430.78
HexD907F5B0C2Cac531f
Octal152201771330145425412337
Binary110110010000111111110110110110010110010101100101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,144,127); }

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

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

 a { background-color: rgb(13,144,127); }

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

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

 span { border-color: rgb(13,144,127); }

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