#106013

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

Shades of Myrtle #106013

Tints of Myrtle #106013

Color information

#106013 (or 0x106013) is unknown color: approx Myrtle. HEX triplet: 10, 60 and 13. RGB value is (16,96,19). Sum of RGB (Red+Green+Blue) = 16+96+19=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 96 (37.89% from 255 or 73.28% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 96 - color contains mainly: green. Hex color #106013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106013 is #EF9FEC. Grayscale: #3F3F3F. Windows color (decimal): -15704045 or 1269776. OLE color: 1269776.

HSL color Cylindrical-coordinate representation of color #106013: hue angle of 122.25º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #106013 is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB169619-
CMYK0.8300.800.62
HSL122.25º71.43%21.96%-
HSV(B)122.25º83.33%37.65%-
XYZ4.518.522.02-
YUV63.310394.26-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.21%
GREEN value IS 96 (37.89% from 255) = 73.28%
BLUE value IS 19 (7.81% from 255) = 14.50%
R=12.21%
G=73.28%
B=14.50%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1696190.8300.800.62122.2571.4321.96
Hex106013530503E7a4716
Octal201402312301207617210726
Binary100001100000100111010011010100001111101111010100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106013; }

 p { color: rgb(16,96,19); }

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

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

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

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

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

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

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