Html Css Color HEX #107240 Dark Spring Green

📋 copy color: '#107240'

red 16 ◦ green 114 ◦ blue 64

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

Shades of Dark Spring Green #107240

Tints of Dark Spring Green #107240

RGB

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

 GREEN value IS 114 (44.92% from 255) = 58.76%

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

R = 8.25%
G = 58.76%
B = 32.99%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#107240 (or 0x107240) is known color: Dark Spring Green. HEX triplet: 10, 72 and 40. RGB value is (16,114,64). Sum of RGB (Red+Green+Blue) = 16+114+64=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 114 (44.92% from 255 or 58.76% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 114 - color contains mainly: green. Hex color #107240 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107240 is #EF8DBF. Grayscale: #4F4F4F. Windows color (decimal): -15699392 or 4223504. OLE color: 4223504.

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

Color convert

RGB 16 114 64 -
CMYK 0.86 0 0.44 0.55
HSL 149.39º 0.75% 0.25% -
HSV(B) 149.39º 0.86% 0.45% -
XYZ 7.16 12.51 6.89 -
YUV 79 119.53 83.07 -
System Red Green Blue C M Y K H S L
Decimal 16 114 64 0.86 0 0.44 0.55 149.39 0.75 0.25
Hex 10 72 40 56 0 2C 37 95 4B 19
Octal 20 162 100 126 0 54 67 225 113 31
Binary 10000 1110010 1000000 1010110 0 101100 110111 10010101 1001011 11001

Color Harmonies of #107240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107240

Black with #107240

Text Example


Text Example

White with #107240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107240; }

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

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

background-color css

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

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

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

border-color css

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

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

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