Html Css Color HEX #10713F Dark Spring Green

📋 copy color: '#10713F'

red 16 ◦ green 113 ◦ blue 63

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

Shades of Dark Spring Green #10713F

Tints of Dark Spring Green #10713F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 32.81%

R = 8.33%
G = 58.85%
B = 32.81%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#10713F (or 0x10713F) is known color: Dark Spring Green. HEX triplet: 10, 71 and 3F. RGB value is (16,113,63). Sum of RGB (Red+Green+Blue) = 16+113+63=192 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.33% from 192); Green value is 113 (44.53% from 255 or 58.85% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 113 - color contains mainly: green. Hex color #10713F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10713F is #EF8EC0. Grayscale: #4E4E4E. Windows color (decimal): -15699649 or 4157712. OLE color: 4157712.

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

Color convert

RGB 16 113 63 -
CMYK 0.86 0 0.44 0.56
HSL 149.07º 0.75% 0.25% -
HSV(B) 149.07º 0.86% 0.44% -
XYZ 7.02 12.28 6.7 -
YUV 78.3 119.36 83.57 -
System Red Green Blue C M Y K H S L
Decimal 16 113 63 0.86 0 0.44 0.56 149.07 0.75 0.25
Hex 10 71 3F 56 0 2C 38 95 4B 19
Octal 20 161 77 126 0 54 70 225 113 31
Binary 10000 1110001 111111 1010110 0 101100 111000 10010101 1001011 11001

Color Harmonies of #10713F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10713F

Black with #10713F

Text Example


Text Example

White with #10713F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10713F; }

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

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

background-color css

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

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

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

border-color css

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

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

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