Html Css Color HEX #0E926F Observatory

📋 copy color: '#0E926F'

red 14 ◦ green 146 ◦ blue 111

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

Shades of Observatory #0E926F

Tints of Observatory #0E926F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 53.87%

 BLUE value IS 111 (43.75% from 255) = 40.96%

R = 5.17%
G = 53.87%
B = 40.96%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.24

 K value IS 0.43

RGB Variations

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

Color information

#0E926F (or 0x0E926F) is known color: Observatory. HEX triplet: 0E, 92 and 6F. RGB value is (14,146,111). Sum of RGB (Red+Green+Blue) = 14+146+111=271 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.17% from 271); Green value is 146 (57.42% from 255 or 53.87% from 271); Blue value is 111 (43.75% from 255 or 40.96% from 271); Max value from RGB is 146 - color contains mainly: green. Hex color #0E926F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E926F is #F16D90. Grayscale: #666666. Windows color (decimal): -15822225 or 7311886. OLE color: 7311886.

HSL color Cylindrical-coordinate representation of color #0E926F: hue angle of 164.09º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E926F is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB 14 146 111 -
CMYK 0.90 0 0.24 0.43
HSL 164.09º 0.83% 0.31% -
HSV(B) 164.09º 0.9% 0.57% -
XYZ 13.33 21.8 18.54 -
YUV 102.54 132.77 64.85 -
System Red Green Blue C M Y K H S L
Decimal 14 146 111 0.90 0 0.24 0.43 164.09 0.83 0.31
Hex E 92 6F 5A 0 18 2B A4 52 1F
Octal 16 222 157 132 0 30 53 244 122 37
Binary 1110 10010010 1101111 1011010 0 11000 101011 10100100 1010010 11111

Color Harmonies of #0E926F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E926F

Black with #0E926F

Text Example


Text Example

White with #0E926F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,146,111); }

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

background-color css

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

 a { background-color: rgb(14,146,111); }

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

border-color css

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

 span { border-color: rgb(14,146,111); }

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