Html Css Color HEX #0E5751 Mosque

📋 copy color: '#0E5751'

red 14 ◦ green 87 ◦ blue 81

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

Shades of Mosque #0E5751

Tints of Mosque #0E5751

RGB

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

 GREEN value IS 87 (34.38% from 255) = 47.8%

 BLUE value IS 81 (32.03% from 255) = 44.51%

R = 7.69%
G = 47.8%
B = 44.51%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#0E5751 (or 0x0E5751) is known color: Mosque. HEX triplet: 0E, 57 and 51. RGB value is (14,87,81). Sum of RGB (Red+Green+Blue) = 14+87+81=182 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.69% from 182); Green value is 87 (34.38% from 255 or 47.80% from 182); Blue value is 81 (32.03% from 255 or 44.51% from 182); Max value from RGB is 87 - color contains mainly: green. Hex color #0E5751 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5751 is #F1A8AE. Grayscale: #404040. Windows color (decimal): -15837359 or 5330702. OLE color: 5330702.

HSL color Cylindrical-coordinate representation of color #0E5751: hue angle of 175.07º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E5751 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB 14 87 81 -
CMYK 0.84 0 0.07 0.66
HSL 175.07º 0.72% 0.2% -
HSV(B) 175.07º 0.84% 0.34% -
XYZ 5.07 7.5 8.97 -
YUV 64.49 137.32 91.99 -
System Red Green Blue C M Y K H S L
Decimal 14 87 81 0.84 0 0.07 0.66 175.07 0.72 0.2
Hex E 57 51 54 0 7 42 AF 48 14
Octal 16 127 121 124 0 7 102 257 110 24
Binary 1110 1010111 1010001 1010100 0 111 1000010 10101111 1001000 10100

Color Harmonies of #0E5751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5751

Black with #0E5751

Text Example


Text Example

White with #0E5751

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,87,81); }

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

background-color css

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

 a { background-color: rgb(14,87,81); }

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

border-color css

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

 span { border-color: rgb(14,87,81); }

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