Html Css Color HEX #0E7E56 Salem

📋 copy color: '#0E7E56'

red 14 ◦ green 126 ◦ blue 86

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

Shades of Salem #0E7E56

Tints of Salem #0E7E56

RGB

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

 GREEN value IS 126 (49.61% from 255) = 55.75%

 BLUE value IS 86 (33.98% from 255) = 38.05%

R = 6.19%
G = 55.75%
B = 38.05%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.32

 K value IS 0.51

RGB Variations

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

Color information

#0E7E56 (or 0x0E7E56) is known color: Salem. HEX triplet: 0E, 7E and 56. RGB value is (14,126,86). Sum of RGB (Red+Green+Blue) = 14+126+86=226 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.19% from 226); Green value is 126 (49.61% from 255 or 55.75% from 226); Blue value is 86 (33.98% from 255 or 38.05% from 226); Max value from RGB is 126 - color contains mainly: green. Hex color #0E7E56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7E56 is #F181A9. Grayscale: #585858. Windows color (decimal): -15827370 or 5668366. OLE color: 5668366.

HSL color Cylindrical-coordinate representation of color #0E7E56: hue angle of 158.57º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7E56 is Cyan = 0.89, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.

Color convert

RGB 14 126 86 -
CMYK 0.89 0 0.32 0.51
HSL 158.57º 0.8% 0.27% -
HSV(B) 158.57º 0.89% 0.49% -
XYZ 9.32 15.69 11.34 -
YUV 87.95 126.89 75.25 -
System Red Green Blue C M Y K H S L
Decimal 14 126 86 0.89 0 0.32 0.51 158.57 0.8 0.27
Hex E 7E 56 59 0 20 33 9F 50 1B
Octal 16 176 126 131 0 40 63 237 120 33
Binary 1110 1111110 1010110 1011001 0 100000 110011 10011111 1010000 11011

Color Harmonies of #0E7E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7E56

Black with #0E7E56

Text Example


Text Example

White with #0E7E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,126,86); }

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

background-color css

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

 a { background-color: rgb(14,126,86); }

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

border-color css

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

 span { border-color: rgb(14,126,86); }

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