Html Css Color HEX #0F9179 Observatory

📋 copy color: '#0F9179'

red 15 ◦ green 145 ◦ blue 121

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

Shades of Observatory #0F9179

Tints of Observatory #0F9179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 43.06%

R = 5.34%
G = 51.6%
B = 43.06%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#0F9179 (or 0x0F9179) is known color: Observatory. HEX triplet: 0F, 91 and 79. RGB value is (15,145,121). Sum of RGB (Red+Green+Blue) = 15+145+121=281 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.34% from 281); Green value is 145 (57.03% from 255 or 51.60% from 281); Blue value is 121 (47.66% from 255 or 43.06% from 281); Max value from RGB is 145 - color contains mainly: green. Hex color #0F9179 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9179 is #F06E86. Grayscale: #676767. Windows color (decimal): -15756935 or 7966991. OLE color: 7966991.

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

Color convert

RGB 15 145 121 -
CMYK 0.90 0 0.17 0.43
HSL 168.92º 0.81% 0.31% -
HSV(B) 168.92º 0.9% 0.57% -
XYZ 13.77 21.73 21.56 -
YUV 103.39 137.93 64.95 -
System Red Green Blue C M Y K H S L
Decimal 15 145 121 0.90 0 0.17 0.43 168.92 0.81 0.31
Hex F 91 79 5A 0 11 2B A9 51 1F
Octal 17 221 171 132 0 21 53 251 121 37
Binary 1111 10010001 1111001 1011010 0 10001 101011 10101001 1010001 11111

Color Harmonies of #0F9179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9179

Black with #0F9179

Text Example


Text Example

White with #0F9179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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