Html Css Color HEX #0E9376 Observatory

📋 copy color: '#0E9376'

red 14 ◦ green 147 ◦ blue 118

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

Shades of Observatory #0E9376

Tints of Observatory #0E9376

RGB

 RED value IS 14 (5.86% from 255) = 5.02%

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

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

R = 5.02%
G = 52.69%
B = 42.29%

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

#0E9376 (or 0x0E9376) is known color: Observatory. HEX triplet: 0E, 93 and 76. RGB value is (14,147,118). Sum of RGB (Red+Green+Blue) = 14+147+118=279 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.02% from 279); Green value is 147 (57.81% from 255 or 52.69% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 147 - color contains mainly: green. Hex color #0E9376 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9376 is #F16C89. Grayscale: #676767. Windows color (decimal): -15821962 or 7770894. OLE color: 7770894.

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

Color convert

RGB 14 147 118 -
CMYK 0.90 0 0.20 0.42
HSL 166.92º 0.83% 0.32% -
HSV(B) 166.92º 0.9% 0.58% -
XYZ 13.88 22.27 20.71 -
YUV 103.93 135.94 63.86 -
System Red Green Blue C M Y K H S L
Decimal 14 147 118 0.90 0 0.20 0.42 166.92 0.83 0.32
Hex E 93 76 5A 0 14 2A A7 53 20
Octal 16 223 166 132 0 24 52 247 123 40
Binary 1110 10010011 1110110 1011010 0 10100 101010 10100111 1010011 100000

Color Harmonies of #0E9376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9376

Black with #0E9376

Text Example


Text Example

White with #0E9376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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