#10710C

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

Shades of Green #10710C

Tints of Green #10710C

Color information

#10710C (or 0x10710C) is unknown color: approx Green. HEX triplet: 10, 71 and 0C. RGB value is (16,113,12). Sum of RGB (Red+Green+Blue) = 16+113+12=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 113 (44.53% from 255 or 80.14% from 141); Blue value is 12 (5.08% from 255 or 8.51% from 141); Max value from RGB is 113 - color contains mainly: green. Hex color #10710C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10710C is #EF8EF3. Grayscale: #484848. Windows color (decimal): -15699700 or 815376. OLE color: 815376.

HSL color Cylindrical-coordinate representation of color #10710C: hue angle of 117.62º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10710C is Cyan = 0.86, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB1611312-
CMYK0.8600.890.56
HSL117.62º80.8%24.51%-
HSV(B)117.62º89.38%44.31%-
XYZ6.1911.952.33-
YUV72.4893.8687.71-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.35%
GREEN value IS 113 (44.53% from 255) = 80.14%
BLUE value IS 12 (5.08% from 255) = 8.51%
R=11.35%
G=80.14%
B=8.51%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16113120.8600.890.56117.6280.824.51
Hex1071C5605938765119
Octal201611412601317016612131
Binary10000111000111001010110010110011110001110110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10710C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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