#105B05

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

Shades of Myrtle #105B05

Tints of Myrtle #105B05

Color information

#105B05 (or 0x105B05) is unknown color: approx Myrtle. HEX triplet: 10, 5B and 05. RGB value is (16,91,5). Sum of RGB (Red+Green+Blue) = 16+91+5=112 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.29% from 112); Green value is 91 (35.94% from 255 or 81.25% from 112); Blue value is 5 (2.34% from 255 or 4.46% from 112); Max value from RGB is 91 - color contains mainly: green. Hex color #105B05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105B05 is #EFA4FA. Grayscale: #3B3B3B. Windows color (decimal): -15705339 or 350992. OLE color: 350992.

HSL color Cylindrical-coordinate representation of color #105B05: hue angle of 112.33º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #105B05 is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.64.

Color convert

RGB16915-
CMYK0.8200.950.64
HSL112.33º89.58%18.82%-
HSV(B)112.33º94.51%35.69%-
XYZ3.987.61.4-
YUV58.7797.6597.49-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.29%
GREEN value IS 91 (35.94% from 255) = 81.25%
BLUE value IS 5 (2.34% from 255) = 4.46%
R=14.29%
G=81.25%
B=4.46%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal169150.8200.950.64112.3389.5818.82
Hex105B55205F40705a13
Octal201335122013710016013223
Binary10000101101110110100100101111110000001110000101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105B05; }

 p { color: rgb(16,91,5); }

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

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

 a { background-color: rgb(16,91,5); }

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

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

 span { border-color: rgb(16,91,5); }

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