Html Css Color HEX #10764D Salem

📋 copy color: '#10764D'

red 16 ◦ green 118 ◦ blue 77

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

Shades of Salem #10764D

Tints of Salem #10764D

RGB

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

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

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

R = 7.58%
G = 55.92%
B = 36.49%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#10764D (or 0x10764D) is known color: Salem. HEX triplet: 10, 76 and 4D. RGB value is (16,118,77). Sum of RGB (Red+Green+Blue) = 16+118+77=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 118 (46.48% from 255 or 55.92% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 118 - color contains mainly: green. Hex color #10764D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10764D is #EF89B2. Grayscale: #525252. Windows color (decimal): -15698355 or 5076496. OLE color: 5076496.

HSL color Cylindrical-coordinate representation of color #10764D: hue angle of 155.88º 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 #10764D is Cyan = 0.86, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 16 118 77 -
CMYK 0.86 0 0.35 0.54
HSL 155.88º 0.76% 0.26% -
HSV(B) 155.88º 0.86% 0.46% -
XYZ 8.03 13.6 9.22 -
YUV 82.83 124.71 80.33 -
System Red Green Blue C M Y K H S L
Decimal 16 118 77 0.86 0 0.35 0.54 155.88 0.76 0.26
Hex 10 76 4D 56 0 23 36 9C 4C 1A
Octal 20 166 115 126 0 43 66 234 114 32
Binary 10000 1110110 1001101 1010110 0 100011 110110 10011100 1001100 11010

Color Harmonies of #10764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10764D

Black with #10764D

Text Example


Text Example

White with #10764D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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