Html Css Color HEX #0F917B Observatory

📋 copy color: '#0F917B'

red 15 ◦ green 145 ◦ blue 123

#0F917B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Observatory #0F917B

Tints of Observatory #0F917B

RGB

 RED value IS 15 (6.25% from 255) = 5.3%

 GREEN value IS 145 (57.03% from 255) = 51.24%

 BLUE value IS 123 (48.44% from 255) = 43.46%

R = 5.3%
G = 51.24%
B = 43.46%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#0F917B (or 0x0F917B) is known color: Observatory. HEX triplet: 0F, 91 and 7B. RGB value is (15,145,123). Sum of RGB (Red+Green+Blue) = 15+145+123=283 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.30% from 283); Green value is 145 (57.03% from 255 or 51.24% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 145 - color contains mainly: green. Hex color #0F917B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F917B is #F06E84. Grayscale: #676767. Windows color (decimal): -15756933 or 8098063. OLE color: 8098063.

HSL color Cylindrical-coordinate representation of color #0F917B: hue angle of 169.85º 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 #0F917B is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 15 145 123 -
CMYK 0.90 0 0.15 0.43
HSL 169.85º 0.81% 0.31% -
HSV(B) 169.85º 0.9% 0.57% -
XYZ 13.9 21.78 22.21 -
YUV 103.62 138.93 64.79 -
System Red Green Blue C M Y K H S L
Decimal 15 145 123 0.90 0 0.15 0.43 169.85 0.81 0.31
Hex F 91 7B 5A 0 F 2B AA 51 1F
Octal 17 221 173 132 0 17 53 252 121 37
Binary 1111 10010001 1111011 1011010 0 1111 101011 10101010 1010001 11111

Color Harmonies of #0F917B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F917B

Black with #0F917B

Text Example


Text Example

White with #0F917B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F917B;
 }
 .AnyTagClassName
 {
   color: #0F917B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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