#104706

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

Shades of Myrtle #104706

Tints of Myrtle #104706

Color information

#104706 (or 0x104706) is unknown color: approx Myrtle. HEX triplet: 10, 47 and 06. RGB value is (16,71,6). Sum of RGB (Red+Green+Blue) = 16+71+6=93 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.20% from 93); Green value is 71 (28.12% from 255 or 76.34% from 93); Blue value is 6 (2.73% from 255 or 6.45% from 93); Max value from RGB is 71 - color contains mainly: green. Hex color #104706 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104706 is #EFB8F9. Grayscale: #2F2F2F. Windows color (decimal): -15710458 or 411408. OLE color: 411408.

HSL color Cylindrical-coordinate representation of color #104706: hue angle of 110.77º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #104706 is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB16716-
CMYK0.7700.920.72
HSL110.77º84.42%15.1%-
HSV(B)110.77º91.55%27.84%-
XYZ2.54.630.93-
YUV47.14104.78105.79-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.20%
GREEN value IS 71 (28.12% from 255) = 76.34%
BLUE value IS 6 (2.73% from 255) = 6.45%
R=17.20%
G=76.34%
B=6.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal167160.7700.920.72110.7784.4215.1
Hex104764D05C486f54f
Octal201076115013411015712417
Binary1000010001111101001101010111001001000110111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104706; }

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

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

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

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

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

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

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

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