#105B13

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

Shades of Myrtle #105B13

Tints of Myrtle #105B13

Color information

#105B13 (or 0x105B13) is unknown color: approx Myrtle. HEX triplet: 10, 5B and 13. RGB value is (16,91,19). Sum of RGB (Red+Green+Blue) = 16+91+19=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 91 (35.94% from 255 or 72.22% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 91 - color contains mainly: green. Hex color #105B13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105B13 is #EFA4EC. Grayscale: #3C3C3C. Windows color (decimal): -15705325 or 1268496. OLE color: 1268496.

HSL color Cylindrical-coordinate representation of color #105B13: hue angle of 122.4º 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 #105B13 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.64.

Color convert

RGB169119-
CMYK0.8200.790.64
HSL122.4º70.09%20.98%-
HSV(B)122.4º82.42%35.69%-
XYZ4.077.641.88-
YUV60.37104.6596.35-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.70%
GREEN value IS 91 (35.94% from 255) = 72.22%
BLUE value IS 19 (7.81% from 255) = 15.08%
R=12.70%
G=72.22%
B=15.08%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1691190.8200.790.64122.470.0920.98
Hex105B135204F407a4615
Octal2013323122011710017210625
Binary1000010110111001110100100100111110000001111010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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