#105B07

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

Shades of Myrtle #105B07

Tints of Myrtle #105B07

Color information

#105B07 (or 0x105B07) is unknown color: approx Myrtle. HEX triplet: 10, 5B and 07. RGB value is (16,91,7). Sum of RGB (Red+Green+Blue) = 16+91+7=114 (15% of max value = 765). Red value is 16 (6.64% from 255 or 14.04% from 114); Green value is 91 (35.94% from 255 or 79.82% from 114); Blue value is 7 (3.12% from 255 or 6.14% from 114); Max value from RGB is 91 - color contains mainly: green. Hex color #105B07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105B07 is #EFA4F8. Grayscale: #3B3B3B. Windows color (decimal): -15705337 or 482064. OLE color: 482064.

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

Color convert

RGB16917-
CMYK0.8200.920.64
HSL113.57º85.71%19.22%-
HSV(B)113.57º92.31%35.69%-
XYZ3.997.611.46-
YUV5998.6597.33-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.04%
GREEN value IS 91 (35.94% from 255) = 79.82%
BLUE value IS 7 (3.12% from 255) = 6.14%
R=14.04%
G=79.82%
B=6.14%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal169170.8200.920.64113.5785.7119.22
Hex105B75205C40725613
Octal201337122013410016212623
Binary10000101101111110100100101110010000001110010101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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