Html Css Color HEX #10794C Salem

📋 copy color: '#10794C'

red 16 ◦ green 121 ◦ blue 76

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

Shades of Salem #10794C

Tints of Salem #10794C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 56.81%

 BLUE value IS 76 (30.08% from 255) = 35.68%

R = 7.51%
G = 56.81%
B = 35.68%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#10794C (or 0x10794C) is known color: Salem. HEX triplet: 10, 79 and 4C. RGB value is (16,121,76). Sum of RGB (Red+Green+Blue) = 16+121+76=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 121 (47.66% from 255 or 56.81% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 121 - color contains mainly: green. Hex color #10794C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10794C is #EF86B3. Grayscale: #545454. Windows color (decimal): -15697588 or 5011728. OLE color: 5011728.

HSL color Cylindrical-coordinate representation of color #10794C: hue angle of 154.29º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10794C is Cyan = 0.87, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 16 121 76 -
CMYK 0.87 0 0.37 0.53
HSL 154.29º 0.77% 0.27% -
HSV(B) 154.29º 0.87% 0.47% -
XYZ 8.36 14.31 9.16 -
YUV 84.48 123.21 79.16 -
System Red Green Blue C M Y K H S L
Decimal 16 121 76 0.87 0 0.37 0.53 154.29 0.77 0.27
Hex 10 79 4C 57 0 25 35 9A 4D 1B
Octal 20 171 114 127 0 45 65 232 115 33
Binary 10000 1111001 1001100 1010111 0 100101 110101 10011010 1001101 11011

Color Harmonies of #10794C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10794C

Black with #10794C

Text Example


Text Example

White with #10794C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10794C; }

 p { color: rgb(16,121,76); }

 H1.HeaderClassName
 {
   color: #10794C;
 }
 .AnyTagClassName
 {
   color: #10794C;
 }
</style>

background-color css

<style>
 a { background-color: #10794C; }

 a { background-color: rgb(16,121,76); }

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

border-color css

<style>
 span { border-color: #10794C; }

 span { border-color: rgb(16,121,76); }

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