Html Css Color HEX #0F9177 Observatory

📋 copy color: '#0F9177'

red 15 ◦ green 145 ◦ blue 119

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

Shades of Observatory #0F9177

Tints of Observatory #0F9177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 42.65%

R = 5.38%
G = 51.97%
B = 42.65%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#0F9177 (or 0x0F9177) is known color: Observatory. HEX triplet: 0F, 91 and 77. RGB value is (15,145,119). Sum of RGB (Red+Green+Blue) = 15+145+119=279 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.38% from 279); Green value is 145 (57.03% from 255 or 51.97% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 145 - color contains mainly: green. Hex color #0F9177 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9177 is #F06E88. Grayscale: #676767. Windows color (decimal): -15756937 or 7835919. OLE color: 7835919.

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

Color convert

RGB 15 145 119 -
CMYK 0.90 0 0.18 0.43
HSL 168º 0.81% 0.31% -
HSV(B) 168º 0.9% 0.57% -
XYZ 13.65 21.68 20.92 -
YUV 103.17 136.93 65.11 -
System Red Green Blue C M Y K H S L
Decimal 15 145 119 0.90 0 0.18 0.43 168 0.81 0.31
Hex F 91 77 5A 0 12 2B A8 51 1F
Octal 17 221 167 132 0 22 53 250 121 37
Binary 1111 10010001 1110111 1011010 0 10010 101011 10101000 1010001 11111

Color Harmonies of #0F9177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9177

Black with #0F9177

Text Example


Text Example

White with #0F9177

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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