Html Css Color HEX #107950 Salem

📋 copy color: '#107950'

red 16 ◦ green 121 ◦ blue 80

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

Shades of Salem #107950

Tints of Salem #107950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 36.87%

R = 7.37%
G = 55.76%
B = 36.87%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#107950 (or 0x107950) is known color: Salem. HEX triplet: 10, 79 and 50. RGB value is (16,121,80). Sum of RGB (Red+Green+Blue) = 16+121+80=217 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.37% from 217); Green value is 121 (47.66% from 255 or 55.76% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 121 - color contains mainly: green. Hex color #107950 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107950 is #EF86AF. Grayscale: #545454. Windows color (decimal): -15697584 or 5273872. OLE color: 5273872.

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

Color convert

RGB 16 121 80 -
CMYK 0.87 0 0.34 0.53
HSL 156.57º 0.77% 0.27% -
HSV(B) 156.57º 0.87% 0.47% -
XYZ 8.5 14.36 9.91 -
YUV 84.93 125.21 78.83 -
System Red Green Blue C M Y K H S L
Decimal 16 121 80 0.87 0 0.34 0.53 156.57 0.77 0.27
Hex 10 79 50 57 0 22 35 9D 4D 1B
Octal 20 171 120 127 0 42 65 235 115 33
Binary 10000 1111001 1010000 1010111 0 100010 110101 10011101 1001101 11011

Color Harmonies of #107950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107950

Black with #107950

Text Example


Text Example

White with #107950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107950; }

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

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

background-color css

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

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

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

border-color css

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

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

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