Html Css Color HEX #0E8B73 Observatory

📋 copy color: '#0E8B73'

red 14 ◦ green 139 ◦ blue 115

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

Shades of Observatory #0E8B73

Tints of Observatory #0E8B73

RGB

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

 GREEN value IS 139 (54.69% from 255) = 51.87%

 BLUE value IS 115 (45.31% from 255) = 42.91%

R = 5.22%
G = 51.87%
B = 42.91%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#0E8B73 (or 0x0E8B73) is known color: Observatory. HEX triplet: 0E, 8B and 73. RGB value is (14,139,115). Sum of RGB (Red+Green+Blue) = 14+139+115=268 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.22% from 268); Green value is 139 (54.69% from 255 or 51.87% from 268); Blue value is 115 (45.31% from 255 or 42.91% from 268); Max value from RGB is 139 - color contains mainly: green. Hex color #0E8B73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8B73 is #F1748C. Grayscale: #626262. Windows color (decimal): -15824013 or 7572238. OLE color: 7572238.

HSL color Cylindrical-coordinate representation of color #0E8B73: hue angle of 168.48º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8B73 is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB 14 139 115 -
CMYK 0.90 0 0.17 0.45
HSL 168.48º 0.82% 0.3% -
HSV(B) 168.48º 0.9% 0.55% -
XYZ 12.51 19.8 19.38 -
YUV 98.89 137.09 67.45 -
System Red Green Blue C M Y K H S L
Decimal 14 139 115 0.90 0 0.17 0.45 168.48 0.82 0.3
Hex E 8B 73 5A 0 11 2D A8 52 1E
Octal 16 213 163 132 0 21 55 250 122 36
Binary 1110 10001011 1110011 1011010 0 10001 101101 10101000 1010010 11110

Color Harmonies of #0E8B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8B73

Black with #0E8B73

Text Example


Text Example

White with #0E8B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,139,115); }

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

background-color css

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

 a { background-color: rgb(14,139,115); }

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

border-color css

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

 span { border-color: rgb(14,139,115); }

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