Html Css Color HEX #0E9370 Observatory

📋 copy color: '#0E9370'

red 14 ◦ green 147 ◦ blue 112

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

Shades of Observatory #0E9370

Tints of Observatory #0E9370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 41.03%

R = 5.13%
G = 53.85%
B = 41.03%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#0E9370 (or 0x0E9370) is known color: Observatory. HEX triplet: 0E, 93 and 70. RGB value is (14,147,112). Sum of RGB (Red+Green+Blue) = 14+147+112=273 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.13% from 273); Green value is 147 (57.81% from 255 or 53.85% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 147 - color contains mainly: green. Hex color #0E9370 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9370 is #F16C8F. Grayscale: #676767. Windows color (decimal): -15821968 or 7377678. OLE color: 7377678.

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

Color convert

RGB 14 147 112 -
CMYK 0.90 0 0.24 0.42
HSL 164.21º 0.83% 0.32% -
HSV(B) 164.21º 0.9% 0.58% -
XYZ 13.54 22.13 18.89 -
YUV 103.24 132.94 64.35 -
System Red Green Blue C M Y K H S L
Decimal 14 147 112 0.90 0 0.24 0.42 164.21 0.83 0.32
Hex E 93 70 5A 0 18 2A A4 53 20
Octal 16 223 160 132 0 30 52 244 123 40
Binary 1110 10010011 1110000 1011010 0 11000 101010 10100100 1010011 100000

Color Harmonies of #0E9370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9370

Black with #0E9370

Text Example


Text Example

White with #0E9370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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