Html Css Color HEX #107748 Salem

📋 copy color: '#107748'

red 16 ◦ green 119 ◦ blue 72

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

Shades of Salem #107748

Tints of Salem #107748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 34.78%

R = 7.73%
G = 57.49%
B = 34.78%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#107748 (or 0x107748) is known color: Salem. HEX triplet: 10, 77 and 48. RGB value is (16,119,72). Sum of RGB (Red+Green+Blue) = 16+119+72=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 119 (46.88% from 255 or 57.49% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 119 - color contains mainly: green. Hex color #107748 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107748 is #EF88B7. Grayscale: #525252. Windows color (decimal): -15698104 or 4749072. OLE color: 4749072.

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

Color convert

RGB 16 119 72 -
CMYK 0.87 0 0.39 0.53
HSL 152.62º 0.76% 0.26% -
HSV(B) 152.62º 0.87% 0.47% -
XYZ 7.98 13.77 8.37 -
YUV 82.85 121.88 80.32 -
System Red Green Blue C M Y K H S L
Decimal 16 119 72 0.87 0 0.39 0.53 152.62 0.76 0.26
Hex 10 77 48 57 0 27 35 99 4C 1A
Octal 20 167 110 127 0 47 65 231 114 32
Binary 10000 1110111 1001000 1010111 0 100111 110101 10011001 1001100 11010

Color Harmonies of #107748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107748

Black with #107748

Text Example


Text Example

White with #107748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107748; }

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

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

background-color css

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

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

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

border-color css

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

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

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