#10650A

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

Shades of Green #10650A

Tints of Green #10650A

Color information

#10650A (or 0x10650A) is unknown color: approx Green. HEX triplet: 10, 65 and 0A. RGB value is (16,101,10). Sum of RGB (Red+Green+Blue) = 16+101+10=127 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.60% from 127); Green value is 101 (39.84% from 255 or 79.53% from 127); Blue value is 10 (4.30% from 255 or 7.87% from 127); Max value from RGB is 101 - color contains mainly: green. Hex color #10650A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10650A is #EF9AF5. Grayscale: #414141. Windows color (decimal): -15702774 or 681232. OLE color: 681232.

HSL color Cylindrical-coordinate representation of color #10650A: hue angle of 116.04º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10650A is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.60.

Color convert

RGB1610110-
CMYK0.8400.900.60
HSL116.04º81.98%21.76%-
HSV(B)116.04º90.1%39.61%-
XYZ4.929.441.85-
YUV65.2196.8492.9-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.60%
GREEN value IS 101 (39.84% from 255) = 79.53%
BLUE value IS 10 (4.30% from 255) = 7.87%
R=12.60%
G=79.53%
B=7.87%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal16101100.8400.900.60116.0481.9821.76
Hex1065A5405A3C745216
Octal201451212401327416412226
Binary10000110010110101010100010110101111001110100101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10650A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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