#107716

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

Shades of Green #107716

Tints of Green #107716

Color information

#107716 (or 0x107716) is unknown color: approx Green. HEX triplet: 10, 77 and 16. RGB value is (16,119,22). Sum of RGB (Red+Green+Blue) = 16+119+22=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 119 (46.88% from 255 or 75.80% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 119 - color contains mainly: green. Hex color #107716 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107716 is #EF88E9. Grayscale: #4D4D4D. Windows color (decimal): -15698154 or 1472272. OLE color: 1472272.

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

Color convert

RGB1611922-
CMYK0.8700.820.53
HSL123.5º76.3%26.47%-
HSV(B)123.5º86.55%46.67%-
XYZ6.9613.362.97-
YUV77.1496.8884.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.19%
GREEN value IS 119 (46.88% from 255) = 75.80%
BLUE value IS 22 (8.98% from 255) = 14.01%
R=10.19%
G=75.80%
B=14.01%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16119220.8700.820.53123.576.326.47
Hex10771657052357b4c1a
Octal201672612701226517311432
Binary100001110111101101010111010100101101011111011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107716; }

 p { color: rgb(16,119,22); }

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

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

 a { background-color: rgb(16,119,22); }

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

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

 span { border-color: rgb(16,119,22); }

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