#107616

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

Shades of Green #107616

Tints of Green #107616

Color information

#107616 (or 0x107616) is unknown color: approx Green. HEX triplet: 10, 76 and 16. RGB value is (16,118,22). Sum of RGB (Red+Green+Blue) = 16+118+22=156 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.26% from 156); Green value is 118 (46.48% from 255 or 75.64% from 156); Blue value is 22 (8.98% from 255 or 14.10% from 156); Max value from RGB is 118 - color contains mainly: green. Hex color #107616 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107616 is #EF89E9. Grayscale: #4C4C4C. Windows color (decimal): -15698410 or 1472016. OLE color: 1472016.

HSL color Cylindrical-coordinate representation of color #107616: hue angle of 123.53º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107616 is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB1611822-
CMYK0.8600.810.54
HSL123.53º76.12%26.27%-
HSV(B)123.53º86.44%46.27%-
XYZ6.8413.122.93-
YUV76.5697.2184.81-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.26%
GREEN value IS 118 (46.48% from 255) = 75.64%
BLUE value IS 22 (8.98% from 255) = 14.10%
R=10.26%
G=75.64%
B=14.10%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16118220.8600.810.54123.5376.1226.27
Hex10761656051367c4c1a
Octal201662612601216617411432
Binary100001110110101101010110010100011101101111100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107616; }

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

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

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

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

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

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

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

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