Html Css Color HEX #10714C Dark Spring Green

📋 copy color: '#10714C'

red 16 ◦ green 113 ◦ blue 76

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

Shades of Dark Spring Green #10714C

Tints of Dark Spring Green #10714C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 37.07%

R = 7.8%
G = 55.12%
B = 37.07%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#10714C (or 0x10714C) is known color: Dark Spring Green. HEX triplet: 10, 71 and 4C. RGB value is (16,113,76). Sum of RGB (Red+Green+Blue) = 16+113+76=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 113 (44.53% from 255 or 55.12% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 113 - color contains mainly: green. Hex color #10714C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10714C is #EF8EB3. Grayscale: #4F4F4F. Windows color (decimal): -15699636 or 5009680. OLE color: 5009680.

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

Color convert

RGB 16 113 76 -
CMYK 0.86 0 0.33 0.56
HSL 157.11º 0.75% 0.25% -
HSV(B) 157.11º 0.86% 0.44% -
XYZ 7.42 12.44 8.85 -
YUV 79.78 125.86 82.51 -
System Red Green Blue C M Y K H S L
Decimal 16 113 76 0.86 0 0.33 0.56 157.11 0.75 0.25
Hex 10 71 4C 56 0 21 38 9D 4B 19
Octal 20 161 114 126 0 41 70 235 113 31
Binary 10000 1110001 1001100 1010110 0 100001 111000 10011101 1001011 11001

Color Harmonies of #10714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10714C

Black with #10714C

Text Example


Text Example

White with #10714C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10714C; }

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

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

background-color css

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

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

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

border-color css

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

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

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