Html Css Color HEX #107046 Dark Spring Green

📋 copy color: '#107046'

red 16 ◦ green 112 ◦ blue 70

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

Shades of Dark Spring Green #107046

Tints of Dark Spring Green #107046

RGB

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

 GREEN value IS 112 (44.14% from 255) = 56.57%

 BLUE value IS 70 (27.73% from 255) = 35.35%

R = 8.08%
G = 56.57%
B = 35.35%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#107046 (or 0x107046) is known color: Dark Spring Green. HEX triplet: 10, 70 and 46. RGB value is (16,112,70). Sum of RGB (Red+Green+Blue) = 16+112+70=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 112 (44.14% from 255 or 56.57% from 198); Blue value is 70 (27.73% from 255 or 35.35% from 198); Max value from RGB is 112 - color contains mainly: green. Hex color #107046 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107046 is #EF8FB9. Grayscale: #4E4E4E. Windows color (decimal): -15699898 or 4616208. OLE color: 4616208.

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

Color convert

RGB 16 112 70 -
CMYK 0.86 0 0.38 0.56
HSL 153.75º 0.75% 0.25% -
HSV(B) 153.75º 0.86% 0.44% -
XYZ 7.11 12.14 7.76 -
YUV 78.51 123.2 83.42 -
System Red Green Blue C M Y K H S L
Decimal 16 112 70 0.86 0 0.38 0.56 153.75 0.75 0.25
Hex 10 70 46 56 0 26 38 9A 4B 19
Octal 20 160 106 126 0 46 70 232 113 31
Binary 10000 1110000 1000110 1010110 0 100110 111000 10011010 1001011 11001

Color Harmonies of #107046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107046

Black with #107046

Text Example


Text Example

White with #107046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107046; }

 p { color: rgb(16,112,70); }

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

background-color css

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

 a { background-color: rgb(16,112,70); }

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

border-color css

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

 span { border-color: rgb(16,112,70); }

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