#106016

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

Shades of Myrtle #106016

Tints of Myrtle #106016

Color information

#106016 (or 0x106016) is unknown color: approx Myrtle. HEX triplet: 10, 60 and 16. RGB value is (16,96,22). Sum of RGB (Red+Green+Blue) = 16+96+22=134 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.94% from 134); Green value is 96 (37.89% from 255 or 71.64% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 96 - color contains mainly: green. Hex color #106016 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106016 is #EF9FE9. Grayscale: #3F3F3F. Windows color (decimal): -15704042 or 1466384. OLE color: 1466384.

HSL color Cylindrical-coordinate representation of color #106016: hue angle of 124.5º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #106016 is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB169622-
CMYK0.8300.770.62
HSL124.5º71.43%21.96%-
HSV(B)124.5º83.33%37.65%-
XYZ4.548.532.17-
YUV63.64104.594.02-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.94%
GREEN value IS 96 (37.89% from 255) = 71.64%
BLUE value IS 22 (8.98% from 255) = 16.42%
R=11.94%
G=71.64%
B=16.42%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1696220.8300.770.62124.571.4321.96
Hex1060165304D3E7c4716
Octal201402612301157617410726
Binary100001100000101101010011010011011111101111100100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106016; }

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

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

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

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

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

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

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

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