#105701

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

Shades of Myrtle #105701

Tints of Myrtle #105701

Color information

#105701 (or 0x105701) is unknown color: approx Myrtle. HEX triplet: 10, 57 and 01. RGB value is (16,87,1). Sum of RGB (Red+Green+Blue) = 16+87+1=104 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.38% from 104); Green value is 87 (34.38% from 255 or 83.65% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 87 - color contains mainly: green. Hex color #105701 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105701 is #EFA8FE. Grayscale: #383838. Windows color (decimal): -15706367 or 87824. OLE color: 87824.

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

Color convert

RGB16871-
CMYK0.8200.990.66
HSL109.53º97.73%17.25%-
HSV(B)109.53º98.85%34.12%-
XYZ3.636.931.17-
YUV55.9796.9899.49-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.38%
GREEN value IS 87 (34.38% from 255) = 83.65%
BLUE value IS 1 (0.78% from 255) = 0.96%
R=15.38%
G=83.65%
B=0.96%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal168710.8200.990.66109.5397.7317.25
Hex1057152063426e6211
Octal201271122014310215614221
Binary100001010111110100100110001110000101101110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105701; }

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

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

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

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

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

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

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

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