Html Css Color HEX #10774D Salem

📋 copy color: '#10774D'

red 16 ◦ green 119 ◦ blue 77

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

Shades of Salem #10774D

Tints of Salem #10774D

RGB

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

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

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

R = 7.55%
G = 56.13%
B = 36.32%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#10774D (or 0x10774D) is known color: Salem. HEX triplet: 10, 77 and 4D. RGB value is (16,119,77). Sum of RGB (Red+Green+Blue) = 16+119+77=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 119 (46.88% from 255 or 56.13% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 119 - color contains mainly: green. Hex color #10774D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10774D is #EF88B2. Grayscale: #535353. Windows color (decimal): -15698099 or 5076752. OLE color: 5076752.

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

Color convert

RGB 16 119 77 -
CMYK 0.87 0 0.35 0.53
HSL 155.53º 0.76% 0.26% -
HSV(B) 155.53º 0.87% 0.47% -
XYZ 8.15 13.84 9.26 -
YUV 83.42 124.38 79.92 -
System Red Green Blue C M Y K H S L
Decimal 16 119 77 0.87 0 0.35 0.53 155.53 0.76 0.26
Hex 10 77 4D 57 0 23 35 9C 4C 1A
Octal 20 167 115 127 0 43 65 234 114 32
Binary 10000 1110111 1001101 1010111 0 100011 110101 10011100 1001100 11010

Color Harmonies of #10774D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10774D

Black with #10774D

Text Example


Text Example

White with #10774D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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