Html Css Color HEX #10774A Salem

📋 copy color: '#10774A'

red 16 ◦ green 119 ◦ blue 74

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

Shades of Salem #10774A

Tints of Salem #10774A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 56.94%

 BLUE value IS 74 (29.3% from 255) = 35.41%

R = 7.66%
G = 56.94%
B = 35.41%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#10774A (or 0x10774A) is known color: Salem. HEX triplet: 10, 77 and 4A. RGB value is (16,119,74). Sum of RGB (Red+Green+Blue) = 16+119+74=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 119 (46.88% from 255 or 56.94% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 119 - color contains mainly: green. Hex color #10774A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10774A is #EF88B5. Grayscale: #535353. Windows color (decimal): -15698102 or 4880144. OLE color: 4880144.

HSL color Cylindrical-coordinate representation of color #10774A: hue angle of 153.79º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10774A is Cyan = 0.87, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 16 119 74 -
CMYK 0.87 0 0.38 0.53
HSL 153.79º 0.76% 0.26% -
HSV(B) 153.79º 0.87% 0.47% -
XYZ 8.05 13.8 8.72 -
YUV 83.07 122.88 80.16 -
System Red Green Blue C M Y K H S L
Decimal 16 119 74 0.87 0 0.38 0.53 153.79 0.76 0.26
Hex 10 77 4A 57 0 26 35 9A 4C 1A
Octal 20 167 112 127 0 46 65 232 114 32
Binary 10000 1110111 1001010 1010111 0 100110 110101 10011010 1001100 11010

Color Harmonies of #10774A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10774A

Black with #10774A

Text Example


Text Example

White with #10774A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10774A; }

 p { color: rgb(16,119,74); }

 H1.HeaderClassName
 {
   color: #10774A;
 }
 .AnyTagClassName
 {
   color: #10774A;
 }
</style>

background-color css

<style>
 a { background-color: #10774A; }

 a { background-color: rgb(16,119,74); }

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

border-color css

<style>
 span { border-color: #10774A; }

 span { border-color: rgb(16,119,74); }

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