Html Css Color HEX #107149 Dark Spring Green

📋 copy color: '#107149'

red 16 ◦ green 113 ◦ blue 73

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

Shades of Dark Spring Green #107149

Tints of Dark Spring Green #107149

RGB

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

 GREEN value IS 113 (44.53% from 255) = 55.94%

 BLUE value IS 73 (28.91% from 255) = 36.14%

R = 7.92%
G = 55.94%
B = 36.14%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#107149 (or 0x107149) is known color: Dark Spring Green. HEX triplet: 10, 71 and 49. RGB value is (16,113,73). Sum of RGB (Red+Green+Blue) = 16+113+73=202 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.92% from 202); Green value is 113 (44.53% from 255 or 55.94% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 113 - color contains mainly: green. Hex color #107149 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107149 is #EF8EB6. Grayscale: #4F4F4F. Windows color (decimal): -15699639 or 4813072. OLE color: 4813072.

HSL color Cylindrical-coordinate representation of color #107149: hue angle of 155.26º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107149 is Cyan = 0.86, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 16 113 73 -
CMYK 0.86 0 0.35 0.56
HSL 155.26º 0.75% 0.25% -
HSV(B) 155.26º 0.86% 0.44% -
XYZ 7.32 12.4 8.31 -
YUV 79.44 124.36 82.75 -
System Red Green Blue C M Y K H S L
Decimal 16 113 73 0.86 0 0.35 0.56 155.26 0.75 0.25
Hex 10 71 49 56 0 23 38 9B 4B 19
Octal 20 161 111 126 0 43 70 233 113 31
Binary 10000 1110001 1001001 1010110 0 100011 111000 10011011 1001011 11001

Color Harmonies of #107149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107149

Black with #107149

Text Example


Text Example

White with #107149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107149; }

 p { color: rgb(16,113,73); }

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

background-color css

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

 a { background-color: rgb(16,113,73); }

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

border-color css

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

 span { border-color: rgb(16,113,73); }

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