Html Css Color HEX #10764E Salem

📋 copy color: '#10764E'

red 16 ◦ green 118 ◦ blue 78

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

Shades of Salem #10764E

Tints of Salem #10764E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 55.66%

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

R = 7.55%
G = 55.66%
B = 36.79%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#10764E (or 0x10764E) is known color: Salem. HEX triplet: 10, 76 and 4E. RGB value is (16,118,78). Sum of RGB (Red+Green+Blue) = 16+118+78=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 118 (46.48% from 255 or 55.66% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 118 - color contains mainly: green. Hex color #10764E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10764E is #EF89B1. Grayscale: #525252. Windows color (decimal): -15698354 or 5142032. OLE color: 5142032.

HSL color Cylindrical-coordinate representation of color #10764E: hue angle of 156.47º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10764E is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 16 118 78 -
CMYK 0.86 0 0.34 0.54
HSL 156.47º 0.76% 0.26% -
HSV(B) 156.47º 0.86% 0.46% -
XYZ 8.07 13.62 9.41 -
YUV 82.94 125.21 80.25 -
System Red Green Blue C M Y K H S L
Decimal 16 118 78 0.86 0 0.34 0.54 156.47 0.76 0.26
Hex 10 76 4E 56 0 22 36 9C 4C 1A
Octal 20 166 116 126 0 42 66 234 114 32
Binary 10000 1110110 1001110 1010110 0 100010 110110 10011100 1001100 11010

Color Harmonies of #10764E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10764E

Black with #10764E

Text Example


Text Example

White with #10764E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10764E; }

 p { color: rgb(16,118,78); }

 H1.HeaderClassName
 {
   color: #10764E;
 }
 .AnyTagClassName
 {
   color: #10764E;
 }
</style>

background-color css

<style>
 a { background-color: #10764E; }

 a { background-color: rgb(16,118,78); }

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

border-color css

<style>
 span { border-color: #10764E; }

 span { border-color: rgb(16,118,78); }

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