#0D936A

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

Shades of Observatory #0D936A

Tints of Observatory #0D936A

Color information

#0D936A (or 0x0D936A) is unknown color: approx Observatory. HEX triplet: 0D, 93 and 6A. RGB value is (13,147,106). Sum of RGB (Red+Green+Blue) = 13+147+106=266 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.89% from 266); Green value is 147 (57.81% from 255 or 55.26% from 266); Blue value is 106 (41.80% from 255 or 39.85% from 266); Max value from RGB is 147 - color contains mainly: green. Hex color #0D936A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D936A is #F26C95. Grayscale: #666666. Windows color (decimal): -15887510 or 6984461. OLE color: 6984461.

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

Color convert

RGB13147106-
CMYK0.9100.280.42
HSL161.64º83.75%31.37%-
HSV(B)161.64º91.16%57.65%-
XYZ13.221.9917.19-
YUV102.26130.1164.33-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.89%
GREEN value IS 147 (57.81% from 255) = 55.26%
BLUE value IS 106 (41.80% from 255) = 39.85%
R=4.89%
G=55.26%
B=39.85%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131471060.9100.280.42161.6483.7531.37
HexD936A5B01C2Aa2541f
Octal152231521330345224212437
Binary1101100100111101010101101101110010101010100010101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D936A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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