Html Css Color HEX #10714D Salem

📋 copy color: '#10714D'

red 16 ◦ green 113 ◦ blue 77

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

Shades of Salem #10714D

Tints of Salem #10714D

RGB

 RED value IS 16 (6.64% from 255) = 7.77%

 GREEN value IS 113 (44.53% from 255) = 54.85%

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

R = 7.77%
G = 54.85%
B = 37.38%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#10714D (or 0x10714D) is known color: Salem. HEX triplet: 10, 71 and 4D. RGB value is (16,113,77). Sum of RGB (Red+Green+Blue) = 16+113+77=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 113 (44.53% from 255 or 54.85% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 113 - color contains mainly: green. Hex color #10714D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10714D is #EF8EB2. Grayscale: #4F4F4F. Windows color (decimal): -15699635 or 5075216. OLE color: 5075216.

HSL color Cylindrical-coordinate representation of color #10714D: hue angle of 157.73º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10714D is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 16 113 77 -
CMYK 0.86 0 0.32 0.56
HSL 157.73º 0.75% 0.25% -
HSV(B) 157.73º 0.86% 0.44% -
XYZ 7.46 12.46 9.03 -
YUV 79.89 126.36 82.43 -
System Red Green Blue C M Y K H S L
Decimal 16 113 77 0.86 0 0.32 0.56 157.73 0.75 0.25
Hex 10 71 4D 56 0 20 38 9E 4B 19
Octal 20 161 115 126 0 40 70 236 113 31
Binary 10000 1110001 1001101 1010110 0 100000 111000 10011110 1001011 11001

Color Harmonies of #10714D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10714D

Black with #10714D

Text Example


Text Example

White with #10714D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10714D; }

 p { color: rgb(16,113,77); }

 H1.HeaderClassName
 {
   color: #10714D;
 }
 .AnyTagClassName
 {
   color: #10714D;
 }
</style>

background-color css

<style>
 a { background-color: #10714D; }

 a { background-color: rgb(16,113,77); }

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

border-color css

<style>
 span { border-color: #10714D; }

 span { border-color: rgb(16,113,77); }

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