#105B06

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

Shades of Myrtle #105B06

Tints of Myrtle #105B06

Color information

#105B06 (or 0x105B06) is unknown color: approx Myrtle. HEX triplet: 10, 5B and 06. RGB value is (16,91,6). Sum of RGB (Red+Green+Blue) = 16+91+6=113 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.16% from 113); Green value is 91 (35.94% from 255 or 80.53% from 113); Blue value is 6 (2.73% from 255 or 5.31% from 113); Max value from RGB is 91 - color contains mainly: green. Hex color #105B06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105B06 is #EFA4F9. Grayscale: #3B3B3B. Windows color (decimal): -15705338 or 416528. OLE color: 416528.

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

Color convert

RGB16916-
CMYK0.8200.930.64
HSL112.94º87.63%19.02%-
HSV(B)112.94º93.41%35.69%-
XYZ3.997.611.43-
YUV58.8898.1597.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.16%
GREEN value IS 91 (35.94% from 255) = 80.53%
BLUE value IS 6 (2.73% from 255) = 5.31%
R=14.16%
G=80.53%
B=5.31%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal169160.8200.930.64112.9487.6319.02
Hex105B65205D40715813
Octal201336122013510016113023
Binary10000101101111010100100101110110000001110001101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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