Html Css Color HEX #10764F Salem

📋 copy color: '#10764F'

red 16 ◦ green 118 ◦ blue 79

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

Shades of Salem #10764F

Tints of Salem #10764F

RGB

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

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

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

R = 7.51%
G = 55.4%
B = 37.09%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#10764F (or 0x10764F) is known color: Salem. HEX triplet: 10, 76 and 4F. RGB value is (16,118,79). Sum of RGB (Red+Green+Blue) = 16+118+79=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 118 (46.48% from 255 or 55.40% from 213); Blue value is 79 (31.25% from 255 or 37.09% from 213); Max value from RGB is 118 - color contains mainly: green. Hex color #10764F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10764F is #EF89B0. Grayscale: #535353. Windows color (decimal): -15698353 or 5207568. OLE color: 5207568.

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

Color convert

RGB 16 118 79 -
CMYK 0.86 0 0.33 0.54
HSL 157.06º 0.76% 0.26% -
HSV(B) 157.06º 0.86% 0.46% -
XYZ 8.1 13.63 9.6 -
YUV 83.06 125.71 80.17 -
System Red Green Blue C M Y K H S L
Decimal 16 118 79 0.86 0 0.33 0.54 157.06 0.76 0.26
Hex 10 76 4F 56 0 21 36 9D 4C 1A
Octal 20 166 117 126 0 41 66 235 114 32
Binary 10000 1110110 1001111 1010110 0 100001 110110 10011101 1001100 11010

Color Harmonies of #10764F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10764F

Black with #10764F

Text Example


Text Example

White with #10764F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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