#105710

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

Shades of Myrtle #105710

Tints of Myrtle #105710

Color information

#105710 (or 0x105710) is unknown color: approx Myrtle. HEX triplet: 10, 57 and 10. RGB value is (16,87,16). Sum of RGB (Red+Green+Blue) = 16+87+16=119 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.45% from 119); Green value is 87 (34.38% from 255 or 73.11% from 119); Blue value is 16 (6.64% from 255 or 13.45% from 119); Max value from RGB is 87 - color contains mainly: green. Hex color #105710 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105710 is #EFA8EF. Grayscale: #393939. Windows color (decimal): -15706352 or 1070864. OLE color: 1070864.

HSL color Cylindrical-coordinate representation of color #105710: hue angle of 120º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105710 is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.66.

Color convert

RGB168716-
CMYK0.8200.820.66
HSL120º68.93%20.2%-
HSV(B)120º81.61%34.12%-
XYZ3.726.961.64-
YUV57.68104.4898.27-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.45%
GREEN value IS 87 (34.38% from 255) = 73.11%
BLUE value IS 16 (6.64% from 255) = 13.45%
R=13.45%
G=73.11%
B=13.45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1687160.8200.820.6612068.9320.2
Hex1057105205242784514
Octal2012720122012210217010524
Binary1000010101111000010100100101001010000101111000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105710; }

 p { color: rgb(16,87,16); }

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

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

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

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

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

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

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