#0A9468

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

Shades of Observatory #0A9468

Tints of Observatory #0A9468

Color information

#0A9468 (or 0x0A9468) is unknown color: approx Observatory. HEX triplet: 0A, 94 and 68. RGB value is (10,148,104). Sum of RGB (Red+Green+Blue) = 10+148+104=262 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.82% from 262); Green value is 148 (58.20% from 255 or 56.49% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 148 - color contains mainly: green. Hex color #0A9468 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9468 is #F56B97. Grayscale: #656565. Windows color (decimal): -16083864 or 6853642. OLE color: 6853642.

HSL color Cylindrical-coordinate representation of color #0A9468: hue angle of 160.87º degrees, saturation: 0.87, 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 #0A9468 is Cyan = 0.93, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB10148104-
CMYK0.9300.300.42
HSL160.87º87.34%30.98%-
HSV(B)160.87º93.24%58.04%-
XYZ13.2122.2416.69-
YUV101.72129.2862.58-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.82%
GREEN value IS 148 (58.20% from 255) = 56.49%
BLUE value IS 104 (41.02% from 255) = 39.69%
R=3.82%
G=56.49%
B=39.69%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal101481040.9300.300.42160.8787.3430.98
HexA94685D01E2Aa1571f
Octal122241501350365224112737
Binary1010100101001101000101110101111010101010100001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,148,104); }

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

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

 a { background-color: rgb(10,148,104); }

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

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

 span { border-color: rgb(10,148,104); }

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