#0F8A77

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

Shades of Observatory #0F8A77

Tints of Observatory #0F8A77

Color information

#0F8A77 (or 0x0F8A77) is unknown color: approx Observatory. HEX triplet: 0F, 8A and 77. RGB value is (15,138,119). Sum of RGB (Red+Green+Blue) = 15+138+119=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 138 (54.30% from 255 or 50.74% from 272); Blue value is 119 (46.88% from 255 or 43.75% from 272); Max value from RGB is 138 - color contains mainly: green. Hex color #0F8A77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8A77 is #F07588. Grayscale: #636363. Windows color (decimal): -15758729 or 7834127. OLE color: 7834127.

HSL color Cylindrical-coordinate representation of color #0F8A77: hue angle of 170.73º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8A77 is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB15138119-
CMYK0.8900.140.46
HSL170.73º80.39%30%-
HSV(B)170.73º89.13%54.12%-
XYZ12.6219.6120.57-
YUV99.06139.2568.04-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.51%
GREEN value IS 138 (54.30% from 255) = 50.74%
BLUE value IS 119 (46.88% from 255) = 43.75%
R=5.51%
G=50.74%
B=43.75%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal151381190.8900.140.46170.7380.3930
HexF8A77590E2Eab501e
Octal172121671310165625312036
Binary111110001010111011110110010111010111010101011101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,138,119); }

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

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

 a { background-color: rgb(15,138,119); }

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

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

 span { border-color: rgb(15,138,119); }

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