Html Css Color HEX #0E754F Salem

📋 copy color: '#0E754F'

red 14 ◦ green 117 ◦ blue 79

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

Shades of Salem #0E754F

Tints of Salem #0E754F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 55.71%

 BLUE value IS 79 (31.25% from 255) = 37.62%

R = 6.67%
G = 55.71%
B = 37.62%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#0E754F (or 0x0E754F) is known color: Salem. HEX triplet: 0E, 75 and 4F. RGB value is (14,117,79). Sum of RGB (Red+Green+Blue) = 14+117+79=210 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.67% from 210); Green value is 117 (46.09% from 255 or 55.71% from 210); Blue value is 79 (31.25% from 255 or 37.62% from 210); Max value from RGB is 117 - color contains mainly: green. Hex color #0E754F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E754F is #F18AB0. Grayscale: #515151. Windows color (decimal): -15829681 or 5207310. OLE color: 5207310.

HSL color Cylindrical-coordinate representation of color #0E754F: hue angle of 157.86º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E754F is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 14 117 79 -
CMYK 0.88 0 0.32 0.54
HSL 157.86º 0.79% 0.26% -
HSV(B) 157.86º 0.88% 0.46% -
XYZ 7.95 13.38 9.56 -
YUV 81.87 126.38 79.59 -
System Red Green Blue C M Y K H S L
Decimal 14 117 79 0.88 0 0.32 0.54 157.86 0.79 0.26
Hex E 75 4F 58 0 20 36 9E 4F 1A
Octal 16 165 117 130 0 40 66 236 117 32
Binary 1110 1110101 1001111 1011000 0 100000 110110 10011110 1001111 11010

Color Harmonies of #0E754F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E754F

Black with #0E754F

Text Example


Text Example

White with #0E754F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,117,79); }

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

background-color css

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

 a { background-color: rgb(14,117,79); }

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

border-color css

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

 span { border-color: rgb(14,117,79); }

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