#10714B

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

Shades of Dark Spring Green #10714B

Tints of Dark Spring Green #10714B

Color information

#10714B (or 0x10714B) is unknown color: approx Dark Spring Green. HEX triplet: 10, 71 and 4B. RGB value is (16,113,75). Sum of RGB (Red+Green+Blue) = 16+113+75=204 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.84% from 204); Green value is 113 (44.53% from 255 or 55.39% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 113 - color contains mainly: green. Hex color #10714B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10714B is #EF8EB4. Grayscale: #4F4F4F. Windows color (decimal): -15699637 or 4944144. OLE color: 4944144.

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

Color convert

RGB1611375-
CMYK0.8600.340.56
HSL156.49º75.19%25.29%-
HSV(B)156.49º85.84%44.31%-
XYZ7.3912.438.67-
YUV79.67125.3682.59-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.84%
GREEN value IS 113 (44.53% from 255) = 55.39%
BLUE value IS 75 (29.69% from 255) = 36.76%
R=7.84%
G=55.39%
B=36.76%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16113750.8600.340.56156.4975.1925.29
Hex10714B56022389c4b19
Octal201611131260427023411331
Binary10000111000110010111010110010001011100010011100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10714B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #10714B;
 }
 .AnyTagClassName
 {
   color: #10714B;
 }
</style>
background-color css

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

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

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

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

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

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