#0F917F

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

Shades of Observatory #0F917F

Tints of Observatory #0F917F

Color information

#0F917F (or 0x0F917F) is unknown color: approx Observatory. HEX triplet: 0F, 91 and 7F. RGB value is (15,145,127). Sum of RGB (Red+Green+Blue) = 15+145+127=287 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.23% from 287); Green value is 145 (57.03% from 255 or 50.52% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 145 - color contains mainly: green. Hex color #0F917F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F917F is #F06E80. Grayscale: #686868. Windows color (decimal): -15756929 or 8360207. OLE color: 8360207.

HSL color Cylindrical-coordinate representation of color #0F917F: hue angle of 171.69º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F917F is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB15145127-
CMYK0.9000.120.43
HSL171.69º81.25%31.37%-
HSV(B)171.69º89.66%56.86%-
XYZ14.1521.8823.56-
YUV104.08140.9364.46-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.23%
GREEN value IS 145 (57.03% from 255) = 50.52%
BLUE value IS 127 (50% from 255) = 44.25%
R=5.23%
G=50.52%
B=44.25%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal151451270.9000.120.43171.6981.2531.37
HexF917F5A0C2Bac511f
Octal172211771320145325412137
Binary111110010001111111110110100110010101110101100101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,145,127); }

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

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

 a { background-color: rgb(15,145,127); }

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

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

 span { border-color: rgb(15,145,127); }

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