#0D9377

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

Shades of Observatory #0D9377

Tints of Observatory #0D9377

Color information

#0D9377 (or 0x0D9377) is unknown color: approx Observatory. HEX triplet: 0D, 93 and 77. RGB value is (13,147,119). Sum of RGB (Red+Green+Blue) = 13+147+119=279 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.66% from 279); Green value is 147 (57.81% from 255 or 52.69% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 147 - color contains mainly: green. Hex color #0D9377 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9377 is #F26C88. Grayscale: #676767. Windows color (decimal): -15887497 or 7836429. OLE color: 7836429.

HSL color Cylindrical-coordinate representation of color #0D9377: hue angle of 167.46º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9377 is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB13147119-
CMYK0.9100.190.42
HSL167.46º83.75%31.37%-
HSV(B)167.46º91.16%57.65%-
XYZ13.9322.2821.02-
YUV103.74136.6163.28-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.66%
GREEN value IS 147 (57.81% from 255) = 52.69%
BLUE value IS 119 (46.88% from 255) = 42.65%
R=4.66%
G=52.69%
B=42.65%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131471190.9100.190.42167.4683.7531.37
HexD93775B0132Aa7541f
Octal152231671330235224712437
Binary1101100100111110111101101101001110101010100111101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,147,119); }

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

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

 a { background-color: rgb(13,147,119); }

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

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

 span { border-color: rgb(13,147,119); }

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