Html Css Color HEX #0F9376 Observatory

📋 copy color: '#0F9376'

red 15 ◦ green 147 ◦ blue 118

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

Shades of Observatory #0F9376

Tints of Observatory #0F9376

RGB

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

 GREEN value IS 147 (57.81% from 255) = 52.5%

 BLUE value IS 118 (46.48% from 255) = 42.14%

R = 5.36%
G = 52.5%
B = 42.14%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#0F9376 (or 0x0F9376) is known color: Observatory. HEX triplet: 0F, 93 and 76. RGB value is (15,147,118). Sum of RGB (Red+Green+Blue) = 15+147+118=280 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.36% from 280); Green value is 147 (57.81% from 255 or 52.5% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 147 - color contains mainly: green. Hex color #0F9376 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9376 is #F06C89. Grayscale: #686868. Windows color (decimal): -15756426 or 7770895. OLE color: 7770895.

HSL color Cylindrical-coordinate representation of color #0F9376: hue angle of 166.82º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9376 is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 15 147 118 -
CMYK 0.90 0 0.20 0.42
HSL 166.82º 0.81% 0.32% -
HSV(B) 166.82º 0.9% 0.58% -
XYZ 13.9 22.28 20.71 -
YUV 104.23 135.77 64.36 -
System Red Green Blue C M Y K H S L
Decimal 15 147 118 0.90 0 0.20 0.42 166.82 0.81 0.32
Hex F 93 76 5A 0 14 2A A7 51 20
Octal 17 223 166 132 0 24 52 247 121 40
Binary 1111 10010011 1110110 1011010 0 10100 101010 10100111 1010001 100000

Color Harmonies of #0F9376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9376

Black with #0F9376

Text Example


Text Example

White with #0F9376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,147,118); }

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

background-color css

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

 a { background-color: rgb(15,147,118); }

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

border-color css

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

 span { border-color: rgb(15,147,118); }

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