Html Css Color HEX #117C4E Salem

📋 copy color: '#117C4E'

red 17 ◦ green 124 ◦ blue 78

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

Shades of Salem #117C4E

Tints of Salem #117C4E

RGB

 RED value IS 17 (7.03% from 255) = 7.76%

 GREEN value IS 124 (48.83% from 255) = 56.62%

 BLUE value IS 78 (30.86% from 255) = 35.62%

R = 7.76%
G = 56.62%
B = 35.62%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#117C4E (or 0x117C4E) is known color: Salem. HEX triplet: 11, 7C and 4E. RGB value is (17,124,78). Sum of RGB (Red+Green+Blue) = 17+124+78=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 124 (48.83% from 255 or 56.62% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 124 - color contains mainly: green. Hex color #117C4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117C4E is #EE83B1. Grayscale: #565656. Windows color (decimal): -15631282 or 5143569. OLE color: 5143569.

HSL color Cylindrical-coordinate representation of color #117C4E: hue angle of 154.21º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117C4E is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 124 78 -
CMYK 0.86 0 0.37 0.51
HSL 154.21º 0.76% 0.28% -
HSV(B) 154.21º 0.86% 0.49% -
XYZ 8.81 15.08 9.65 -
YUV 86.76 123.05 78.24 -
System Red Green Blue C M Y K H S L
Decimal 17 124 78 0.86 0 0.37 0.51 154.21 0.76 0.28
Hex 11 7C 4E 56 0 25 33 9A 4C 1C
Octal 21 174 116 126 0 45 63 232 114 34
Binary 10001 1111100 1001110 1010110 0 100101 110011 10011010 1001100 11100

Color Harmonies of #117C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117C4E

Black with #117C4E

Text Example


Text Example

White with #117C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117C4E; }

 p { color: rgb(17,124,78); }

 H1.HeaderClassName
 {
   color: #117C4E;
 }
 .AnyTagClassName
 {
   color: #117C4E;
 }
</style>

background-color css

<style>
 a { background-color: #117C4E; }

 a { background-color: rgb(17,124,78); }

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

border-color css

<style>
 span { border-color: #117C4E; }

 span { border-color: rgb(17,124,78); }

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