#105017

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

Shades of Myrtle #105017

Tints of Myrtle #105017

Color information

#105017 (or 0x105017) is unknown color: approx Myrtle. HEX triplet: 10, 50 and 17. RGB value is (16,80,23). Sum of RGB (Red+Green+Blue) = 16+80+23=119 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.45% from 119); Green value is 80 (31.64% from 255 or 67.23% from 119); Blue value is 23 (9.38% from 255 or 19.33% from 119); Max value from RGB is 80 - color contains mainly: green. Hex color #105017 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105017 is #EFAFE8. Grayscale: #363636. Windows color (decimal): -15708137 or 1527824. OLE color: 1527824.

HSL color Cylindrical-coordinate representation of color #105017: hue angle of 126.56º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #105017 is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.69.

Color convert

RGB168023-
CMYK0.8000.710.69
HSL126.56º66.67%18.82%-
HSV(B)126.56º80%31.37%-
XYZ3.245.911.78-
YUV54.37110.3100.63-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.45%
GREEN value IS 80 (31.64% from 255) = 67.23%
BLUE value IS 23 (9.38% from 255) = 19.33%
R=13.45%
G=67.23%
B=19.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1680230.8000.710.69126.5666.6718.82
Hex10501750047457f4313
Octal2012027120010710517710323
Binary1000010100001011110100000100011110001011111111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105017; }

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

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

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

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

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

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

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

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