Html Css Color HEX #0E9378 Observatory

📋 copy color: '#0E9378'

red 14 ◦ green 147 ◦ blue 120

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

Shades of Observatory #0E9378

Tints of Observatory #0E9378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 42.7%

R = 4.98%
G = 52.31%
B = 42.7%

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

#0E9378 (or 0x0E9378) is known color: Observatory. HEX triplet: 0E, 93 and 78. RGB value is (14,147,120). Sum of RGB (Red+Green+Blue) = 14+147+120=281 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.98% from 281); Green value is 147 (57.81% from 255 or 52.31% from 281); Blue value is 120 (47.27% from 255 or 42.70% from 281); Max value from RGB is 147 - color contains mainly: green. Hex color #0E9378 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9378 is #F16C87. Grayscale: #686868. Windows color (decimal): -15821960 or 7901966. OLE color: 7901966.

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

Color convert

RGB 14 147 120 -
CMYK 0.90 0 0.18 0.42
HSL 167.82º 0.83% 0.32% -
HSV(B) 167.82º 0.9% 0.58% -
XYZ 14 22.32 21.34 -
YUV 104.16 136.94 63.7 -
System Red Green Blue C M Y K H S L
Decimal 14 147 120 0.90 0 0.18 0.42 167.82 0.83 0.32
Hex E 93 78 5A 0 12 2A A8 53 20
Octal 16 223 170 132 0 22 52 250 123 40
Binary 1110 10010011 1111000 1011010 0 10010 101010 10101000 1010011 100000

Color Harmonies of #0E9378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9378

Black with #0E9378

Text Example


Text Example

White with #0E9378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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