#10750A

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

Shades of Green #10750A

Tints of Green #10750A

Color information

#10750A (or 0x10750A) is unknown color: approx Green. HEX triplet: 10, 75 and 0A. RGB value is (16,117,10). Sum of RGB (Red+Green+Blue) = 16+117+10=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 117 (46.09% from 255 or 81.82% from 143); Blue value is 10 (4.30% from 255 or 6.99% from 143); Max value from RGB is 117 - color contains mainly: green. Hex color #10750A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10750A is #EF8AF5. Grayscale: #4A4A4A. Windows color (decimal): -15698678 or 685328. OLE color: 685328.

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

Color convert

RGB1611710-
CMYK0.8600.910.54
HSL116.64º84.25%24.9%-
HSV(B)116.64º91.45%45.88%-
XYZ6.6312.852.42-
YUV74.691.5486.2-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.19%
GREEN value IS 117 (46.09% from 255) = 81.82%
BLUE value IS 10 (4.30% from 255) = 6.99%
R=11.19%
G=81.82%
B=6.99%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16117100.8600.910.54116.6484.2524.9
Hex1075A5605B36755419
Octal201651212601336616512431
Binary10000111010110101010110010110111101101110101101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10750A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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