#0D936C

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

Shades of Observatory #0D936C

Tints of Observatory #0D936C

Color information

#0D936C (or 0x0D936C) is unknown color: approx Observatory. HEX triplet: 0D, 93 and 6C. RGB value is (13,147,108). Sum of RGB (Red+Green+Blue) = 13+147+108=268 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.85% from 268); Green value is 147 (57.81% from 255 or 54.85% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 147 - color contains mainly: green. Hex color #0D936C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D936C is #F26C93. Grayscale: #666666. Windows color (decimal): -15887508 or 7115533. OLE color: 7115533.

HSL color Cylindrical-coordinate representation of color #0D936C: hue angle of 162.54º 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 #0D936C is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB13147108-
CMYK0.9100.270.42
HSL162.54º83.75%31.37%-
HSV(B)162.54º91.16%57.65%-
XYZ13.3122.0417.74-
YUV102.49131.1164.17-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.85%
GREEN value IS 147 (57.81% from 255) = 54.85%
BLUE value IS 108 (42.58% from 255) = 40.30%
R=4.85%
G=54.85%
B=40.30%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131471080.9100.270.42162.5483.7531.37
HexD936C5B01B2Aa3541f
Octal152231541330335224312437
Binary1101100100111101100101101101101110101010100011101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D936C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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