#0D926F

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

Shades of Observatory #0D926F

Tints of Observatory #0D926F

Color information

#0D926F (or 0x0D926F) is unknown color: approx Observatory. HEX triplet: 0D, 92 and 6F. RGB value is (13,146,111). Sum of RGB (Red+Green+Blue) = 13+146+111=270 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.81% from 270); Green value is 146 (57.42% from 255 or 54.07% from 270); Blue value is 111 (43.75% from 255 or 41.11% from 270); Max value from RGB is 146 - color contains mainly: green. Hex color #0D926F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D926F is #F26D90. Grayscale: #666666. Windows color (decimal): -15887761 or 7311885. OLE color: 7311885.

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

Color convert

RGB13146111-
CMYK0.9100.240.43
HSL164.21º83.65%31.18%-
HSV(B)164.21º91.1%57.25%-
XYZ13.3121.7918.54-
YUV102.24132.9464.35-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.81%
GREEN value IS 146 (57.42% from 255) = 54.07%
BLUE value IS 111 (43.75% from 255) = 41.11%
R=4.81%
G=54.07%
B=41.11%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal131461110.9100.240.43164.2183.6531.18
HexD926F5B0182Ba4541f
Octal152221571330305324412437
Binary1101100100101101111101101101100010101110100100101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D926F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,146,111); }

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

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

 a { background-color: rgb(13,146,111); }

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

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

 span { border-color: rgb(13,146,111); }

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