#0F8B77

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

Shades of Observatory #0F8B77

Tints of Observatory #0F8B77

Color information

#0F8B77 (or 0x0F8B77) is unknown color: approx Observatory. HEX triplet: 0F, 8B and 77. RGB value is (15,139,119). Sum of RGB (Red+Green+Blue) = 15+139+119=273 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.49% from 273); Green value is 139 (54.69% from 255 or 50.92% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 139 - color contains mainly: green. Hex color #0F8B77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8B77 is #F07488. Grayscale: #636363. Windows color (decimal): -15758473 or 7834383. OLE color: 7834383.

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

Color convert

RGB15139119-
CMYK0.8900.140.45
HSL170.32º80.52%30.2%-
HSV(B)170.32º89.21%54.51%-
XYZ12.7619.920.62-
YUV99.64138.9267.63-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.49%
GREEN value IS 139 (54.69% from 255) = 50.92%
BLUE value IS 119 (46.88% from 255) = 43.59%
R=5.49%
G=50.92%
B=43.59%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal151391190.8900.140.45170.3280.5230.2
HexF8B77590E2Daa511e
Octal172131671310165525212136
Binary111110001011111011110110010111010110110101010101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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