#10714C

Color #10714C Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #10714C

Tints of Dark Spring Green #10714C

Color information

#10714C (or 0x10714C) is unknown color: approx 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

RGB1611376-
CMYK0.8600.330.56
HSL157.11º75.19%25.29%-
HSV(B)157.11º85.84%44.31%-
XYZ7.4212.448.85-
YUV79.78125.8682.51-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.80%
GREEN value IS 113 (44.53% from 255) = 55.12%
BLUE value IS 76 (30.08% from 255) = 37.07%
R=7.80%
G=55.12%
B=37.07%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16113760.8600.330.56157.1175.1925.29
Hex10714C56021389d4b19
Octal201611141260417023511331
Binary10000111000110011001010110010000111100010011101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10714C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>