#10790E

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

Shades of Green #10790E

Tints of Green #10790E

Color information

#10790E (or 0x10790E) is unknown color: approx Green. HEX triplet: 10, 79 and 0E. RGB value is (16,121,14). Sum of RGB (Red+Green+Blue) = 16+121+14=151 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.60% from 151); Green value is 121 (47.66% from 255 or 80.13% from 151); Blue value is 14 (5.86% from 255 or 9.27% from 151); Max value from RGB is 121 - color contains mainly: green. Hex color #10790E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10790E is #EF86F1. Grayscale: #4D4D4D. Windows color (decimal): -15697650 or 948496. OLE color: 948496.

HSL color Cylindrical-coordinate representation of color #10790E: hue angle of 118.88º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10790E is Cyan = 0.87, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB1612114-
CMYK0.8700.880.53
HSL118.88º79.26%26.47%-
HSV(B)118.88º88.43%47.45%-
XYZ7.1313.822.71-
YUV77.4192.2184.2-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.60%
GREEN value IS 121 (47.66% from 255) = 80.13%
BLUE value IS 14 (5.86% from 255) = 9.27%
R=10.60%
G=80.13%
B=9.27%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16121140.8700.880.53118.8879.2626.47
Hex1079E5705835774f1a
Octal201711612701306516711732
Binary10000111100111101010111010110001101011110111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10790E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10790E; }

 p { color: rgb(16,121,14); }

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

<style>
 a { background-color: #10790E; }

 a { background-color: rgb(16,121,14); }

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

<style>
 span { border-color: #10790E; }

 span { border-color: rgb(16,121,14); }

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