Html Css Color HEX #107140 Dark Spring Green

📋 copy color: '#107140'

red 16 ◦ green 113 ◦ blue 64

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

Shades of Dark Spring Green #107140

Tints of Dark Spring Green #107140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 33.16%

R = 8.29%
G = 58.55%
B = 33.16%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#107140 (or 0x107140) is known color: Dark Spring Green. HEX triplet: 10, 71 and 40. RGB value is (16,113,64). Sum of RGB (Red+Green+Blue) = 16+113+64=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 113 (44.53% from 255 or 58.55% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 113 - color contains mainly: green. Hex color #107140 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107140 is #EF8EBF. Grayscale: #4E4E4E. Windows color (decimal): -15699648 or 4223248. OLE color: 4223248.

HSL color Cylindrical-coordinate representation of color #107140: hue angle of 149.69º 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 #107140 is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 16 113 64 -
CMYK 0.86 0 0.43 0.56
HSL 149.69º 0.75% 0.25% -
HSV(B) 149.69º 0.86% 0.44% -
XYZ 7.04 12.29 6.85 -
YUV 78.41 119.86 83.48 -
System Red Green Blue C M Y K H S L
Decimal 16 113 64 0.86 0 0.43 0.56 149.69 0.75 0.25
Hex 10 71 40 56 0 2B 38 96 4B 19
Octal 20 161 100 126 0 53 70 226 113 31
Binary 10000 1110001 1000000 1010110 0 101011 111000 10010110 1001011 11001

Color Harmonies of #107140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107140

Black with #107140

Text Example


Text Example

White with #107140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107140; }

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

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

background-color css

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

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

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

border-color css

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

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

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