Html Css Color HEX #0E7D4D Salem

📋 copy color: '#0E7D4D'

red 14 ◦ green 125 ◦ blue 77

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

Shades of Salem #0E7D4D

Tints of Salem #0E7D4D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 57.87%

 BLUE value IS 77 (30.47% from 255) = 35.65%

R = 6.48%
G = 57.87%
B = 35.65%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#0E7D4D (or 0x0E7D4D) is known color: Salem. HEX triplet: 0E, 7D and 4D. RGB value is (14,125,77). Sum of RGB (Red+Green+Blue) = 14+125+77=216 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.48% from 216); Green value is 125 (49.22% from 255 or 57.87% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 125 - color contains mainly: green. Hex color #0E7D4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7D4D is #F182B2. Grayscale: #565656. Windows color (decimal): -15827635 or 5078286. OLE color: 5078286.

HSL color Cylindrical-coordinate representation of color #0E7D4D: hue angle of 154.05º 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 #0E7D4D is Cyan = 0.89, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.

Color convert

RGB 14 125 77 -
CMYK 0.89 0 0.38 0.51
HSL 154.05º 0.8% 0.27% -
HSV(B) 154.05º 0.89% 0.49% -
XYZ 8.85 15.3 9.51 -
YUV 86.34 122.73 76.4 -
System Red Green Blue C M Y K H S L
Decimal 14 125 77 0.89 0 0.38 0.51 154.05 0.8 0.27
Hex E 7D 4D 59 0 26 33 9A 50 1B
Octal 16 175 115 131 0 46 63 232 120 33
Binary 1110 1111101 1001101 1011001 0 100110 110011 10011010 1010000 11011

Color Harmonies of #0E7D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7D4D

Black with #0E7D4D

Text Example


Text Example

White with #0E7D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,125,77); }

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

background-color css

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

 a { background-color: rgb(14,125,77); }

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

border-color css

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

 span { border-color: rgb(14,125,77); }

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