#10720F

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

Shades of Green #10720F

Tints of Green #10720F

Color information

#10720F (or 0x10720F) is unknown color: approx Green. HEX triplet: 10, 72 and 0F. RGB value is (16,114,15). Sum of RGB (Red+Green+Blue) = 16+114+15=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 114 (44.92% from 255 or 78.62% from 145); Blue value is 15 (6.25% from 255 or 10.34% from 145); Max value from RGB is 114 - color contains mainly: green. Hex color #10720F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10720F is #EF8DF0. Grayscale: #494949. Windows color (decimal): -15699441 or 1012240. OLE color: 1012240.

HSL color Cylindrical-coordinate representation of color #10720F: hue angle of 119.39º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10720F is Cyan = 0.86, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB1611415-
CMYK0.8600.870.55
HSL119.39º76.74%25.29%-
HSV(B)119.39º86.84%44.71%-
XYZ6.3212.182.47-
YUV73.4195.0387.05-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.03%
GREEN value IS 114 (44.92% from 255) = 78.62%
BLUE value IS 15 (6.25% from 255) = 10.34%
R=11.03%
G=78.62%
B=10.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16114150.8600.870.55119.3976.7425.29
Hex1072F5605737774d19
Octal201621712601276716711531
Binary10000111001011111010110010101111101111110111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10720F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,114,15); }

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

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

 a { background-color: rgb(16,114,15); }

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

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

 span { border-color: rgb(16,114,15); }

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