#105006

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

Shades of Myrtle #105006

Tints of Myrtle #105006

Color information

#105006 (or 0x105006) is unknown color: approx Myrtle. HEX triplet: 10, 50 and 06. RGB value is (16,80,6). Sum of RGB (Red+Green+Blue) = 16+80+6=102 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.69% from 102); Green value is 80 (31.64% from 255 or 78.43% from 102); Blue value is 6 (2.73% from 255 or 5.88% from 102); Max value from RGB is 80 - color contains mainly: green. Hex color #105006 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105006 is #EFAFF9. Grayscale: #343434. Windows color (decimal): -15708154 or 413712. OLE color: 413712.

HSL color Cylindrical-coordinate representation of color #105006: hue angle of 111.89º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #105006 is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB16806-
CMYK0.8000.920.69
HSL111.89º86.05%16.86%-
HSV(B)111.89º92.5%31.37%-
XYZ3.125.861.14-
YUV52.43101.8102.02-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.69%
GREEN value IS 80 (31.64% from 255) = 78.43%
BLUE value IS 6 (2.73% from 255) = 5.88%
R=15.69%
G=78.43%
B=5.88%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal168060.8000.920.69111.8986.0516.86
Hex105065005C45705611
Octal201206120013410516012621
Binary10000101000011010100000101110010001011110000101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105006; }

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

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

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

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

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

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

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

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