#105016

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

Shades of Myrtle #105016

Tints of Myrtle #105016

Color information

#105016 (or 0x105016) is unknown color: approx Myrtle. HEX triplet: 10, 50 and 16. RGB value is (16,80,22). Sum of RGB (Red+Green+Blue) = 16+80+22=118 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.56% from 118); Green value is 80 (31.64% from 255 or 67.80% from 118); Blue value is 22 (8.98% from 255 or 18.64% from 118); Max value from RGB is 80 - color contains mainly: green. Hex color #105016 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105016 is #EFAFE9. Grayscale: #363636. Windows color (decimal): -15708138 or 1462288. OLE color: 1462288.

HSL color Cylindrical-coordinate representation of color #105016: hue angle of 125.62º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #105016 is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB168022-
CMYK0.8000.720.69
HSL125.62º66.67%18.82%-
HSV(B)125.62º80%31.37%-
XYZ3.235.911.73-
YUV54.25109.8100.72-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.56%
GREEN value IS 80 (31.64% from 255) = 67.80%
BLUE value IS 22 (8.98% from 255) = 18.64%
R=13.56%
G=67.80%
B=18.64%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1680220.8000.720.69125.6266.6718.82
Hex10501650048457e4313
Octal2012026120011010517610323
Binary1000010100001011010100000100100010001011111110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105016; }

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

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

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

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

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

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

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

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