#0D946D

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

Shades of Observatory #0D946D

Tints of Observatory #0D946D

Color information

#0D946D (or 0x0D946D) is unknown color: approx Observatory. HEX triplet: 0D, 94 and 6D. RGB value is (13,148,109). Sum of RGB (Red+Green+Blue) = 13+148+109=270 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.81% from 270); Green value is 148 (58.20% from 255 or 54.81% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 148 - color contains mainly: green. Hex color #0D946D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D946D is #F26B92. Grayscale: #676767. Windows color (decimal): -15887251 or 7181325. OLE color: 7181325.

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

Color convert

RGB13148109-
CMYK0.9100.260.42
HSL162.67º83.85%31.57%-
HSV(B)162.67º91.22%58.04%-
XYZ13.5222.3718.07-
YUV103.19131.2763.67-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.81%
GREEN value IS 148 (58.20% from 255) = 54.81%
BLUE value IS 109 (42.97% from 255) = 40.37%
R=4.81%
G=54.81%
B=40.37%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131481090.9100.260.42162.6783.8531.57
HexD946D5B01A2Aa35420
Octal152241551330325224312440
Binary11011001010011011011011011011010101010101000111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,148,109); }

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

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

 a { background-color: rgb(13,148,109); }

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

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

 span { border-color: rgb(13,148,109); }

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