#10750D

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

Shades of Green #10750D

Tints of Green #10750D

Color information

#10750D (or 0x10750D) is unknown color: approx Green. HEX triplet: 10, 75 and 0D. RGB value is (16,117,13). Sum of RGB (Red+Green+Blue) = 16+117+13=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 117 (46.09% from 255 or 80.14% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 117 - color contains mainly: green. Hex color #10750D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10750D is #EF8AF2. Grayscale: #4B4B4B. Windows color (decimal): -15698675 or 881936. OLE color: 881936.

HSL color Cylindrical-coordinate representation of color #10750D: hue angle of 118.27º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10750D is Cyan = 0.86, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB1611713-
CMYK0.8600.890.54
HSL118.27º80%25.49%-
HSV(B)118.27º88.89%45.88%-
XYZ6.6512.862.51-
YUV74.9593.0485.96-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.96%
GREEN value IS 117 (46.09% from 255) = 80.14%
BLUE value IS 13 (5.47% from 255) = 8.90%
R=10.96%
G=80.14%
B=8.90%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16117130.8600.890.54118.278025.49
Hex1075D5605936765019
Octal201651512601316616612031
Binary10000111010111011010110010110011101101110110101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10750D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10750D; }

 p { color: rgb(16,117,13); }

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

<style>
 a { background-color: #10750D; }

 a { background-color: rgb(16,117,13); }

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

<style>
 span { border-color: #10750D; }

 span { border-color: rgb(16,117,13); }

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