#105B11

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

Shades of Myrtle #105B11

Tints of Myrtle #105B11

Color information

#105B11 (or 0x105B11) is unknown color: approx Myrtle. HEX triplet: 10, 5B and 11. RGB value is (16,91,17). Sum of RGB (Red+Green+Blue) = 16+91+17=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 91 (35.94% from 255 or 73.39% from 124); Blue value is 17 (7.03% from 255 or 13.71% from 124); Max value from RGB is 91 - color contains mainly: green. Hex color #105B11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105B11 is #EFA4EE. Grayscale: #3C3C3C. Windows color (decimal): -15705327 or 1137424. OLE color: 1137424.

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

Color convert

RGB169117-
CMYK0.8200.810.64
HSL120.8º70.09%20.98%-
HSV(B)120.8º82.42%35.69%-
XYZ4.067.631.79-
YUV60.14103.6596.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.90%
GREEN value IS 91 (35.94% from 255) = 73.39%
BLUE value IS 17 (7.03% from 255) = 13.71%
R=12.90%
G=73.39%
B=13.71%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1691170.8200.810.64120.870.0920.98
Hex105B115205140794615
Octal2013321122012110017110625
Binary1000010110111000110100100101000110000001111001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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