Html Css Color HEX #0E9379 Observatory

📋 copy color: '#0E9379'

red 14 ◦ green 147 ◦ blue 121

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

Shades of Observatory #0E9379

Tints of Observatory #0E9379

RGB

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

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

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

R = 4.96%
G = 52.13%
B = 42.91%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#0E9379 (or 0x0E9379) is known color: Observatory. HEX triplet: 0E, 93 and 79. RGB value is (14,147,121). Sum of RGB (Red+Green+Blue) = 14+147+121=282 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.96% from 282); Green value is 147 (57.81% from 255 or 52.13% from 282); Blue value is 121 (47.66% from 255 or 42.91% from 282); Max value from RGB is 147 - color contains mainly: green. Hex color #0E9379 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9379 is #F16C86. Grayscale: #686868. Windows color (decimal): -15821959 or 7967502. OLE color: 7967502.

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

Color convert

RGB 14 147 121 -
CMYK 0.90 0 0.18 0.42
HSL 168.27º 0.83% 0.32% -
HSV(B) 168.27º 0.9% 0.58% -
XYZ 14.07 22.34 21.66 -
YUV 104.27 137.44 63.61 -
System Red Green Blue C M Y K H S L
Decimal 14 147 121 0.90 0 0.18 0.42 168.27 0.83 0.32
Hex E 93 79 5A 0 12 2A A8 53 20
Octal 16 223 171 132 0 22 52 250 123 40
Binary 1110 10010011 1111001 1011010 0 10010 101010 10101000 1010011 100000

Color Harmonies of #0E9379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9379

Black with #0E9379

Text Example


Text Example

White with #0E9379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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