Html Css Color HEX #0F9372 Observatory

📋 copy color: '#0F9372'

red 15 ◦ green 147 ◦ blue 114

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

Shades of Observatory #0F9372

Tints of Observatory #0F9372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 41.3%

R = 5.43%
G = 53.26%
B = 41.3%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#0F9372 (or 0x0F9372) is known color: Observatory. HEX triplet: 0F, 93 and 72. RGB value is (15,147,114). Sum of RGB (Red+Green+Blue) = 15+147+114=276 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.43% from 276); Green value is 147 (57.81% from 255 or 53.26% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 147 - color contains mainly: green. Hex color #0F9372 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9372 is #F06C8D. Grayscale: #676767. Windows color (decimal): -15756430 or 7508751. OLE color: 7508751.

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

Color convert

RGB 15 147 114 -
CMYK 0.90 0 0.22 0.42
HSL 165º 0.81% 0.32% -
HSV(B) 165º 0.9% 0.58% -
XYZ 13.67 22.18 19.48 -
YUV 103.77 133.77 64.68 -
System Red Green Blue C M Y K H S L
Decimal 15 147 114 0.90 0 0.22 0.42 165 0.81 0.32
Hex F 93 72 5A 0 16 2A A5 51 20
Octal 17 223 162 132 0 26 52 245 121 40
Binary 1111 10010011 1110010 1011010 0 10110 101010 10100101 1010001 100000

Color Harmonies of #0F9372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9372

Black with #0F9372

Text Example


Text Example

White with #0F9372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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