#0B946F

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

Shades of Observatory #0B946F

Tints of Observatory #0B946F

Color information

#0B946F (or 0x0B946F) is unknown color: approx Observatory. HEX triplet: 0B, 94 and 6F. RGB value is (11,148,111). Sum of RGB (Red+Green+Blue) = 11+148+111=270 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.07% from 270); Green value is 148 (58.20% from 255 or 54.81% from 270); Blue value is 111 (43.75% from 255 or 41.11% from 270); Max value from RGB is 148 - color contains mainly: green. Hex color #0B946F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B946F is #F46B90. Grayscale: #666666. Windows color (decimal): -16018321 or 7312395. OLE color: 7312395.

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

Color convert

RGB11148111-
CMYK0.9300.250.42
HSL163.8º86.16%31.18%-
HSV(B)163.8º92.57%58.04%-
XYZ13.622.418.65-
YUV102.82132.6162.51-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.07%
GREEN value IS 148 (58.20% from 255) = 54.81%
BLUE value IS 111 (43.75% from 255) = 41.11%
R=4.07%
G=54.81%
B=41.11%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal111481110.9300.250.42163.886.1631.18
HexB946F5D0192Aa4561f
Octal132241571350315224412637
Binary1011100101001101111101110101100110101010100100101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B946F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,148,111); }

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

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

 a { background-color: rgb(11,148,111); }

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

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

 span { border-color: rgb(11,148,111); }

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