#104614

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

Shades of Myrtle #104614

Tints of Myrtle #104614

Color information

#104614 (or 0x104614) is unknown color: approx Myrtle. HEX triplet: 10, 46 and 14. RGB value is (16,70,20). Sum of RGB (Red+Green+Blue) = 16+70+20=106 (14% of max value = 765). Red value is 16 (6.64% from 255 or 15.09% from 106); Green value is 70 (27.73% from 255 or 66.04% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 70 - color contains mainly: green. Hex color #104614 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104614 is #EFB9EB. Grayscale: #303030. Windows color (decimal): -15710700 or 1328656. OLE color: 1328656.

HSL color Cylindrical-coordinate representation of color #104614: hue angle of 124.44º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #104614 is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB167020-
CMYK0.7700.710.73
HSL124.44º62.79%16.86%-
HSV(B)124.44º77.14%27.45%-
XYZ2.534.541.4-
YUV48.15112.11105.07-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.09%
GREEN value IS 70 (27.73% from 255) = 66.04%
BLUE value IS 20 (8.20% from 255) = 18.87%
R=15.09%
G=66.04%
B=18.87%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1670200.7700.710.73124.4462.7916.86
Hex1046144D047497c3f11
Octal201062411501071111747721
Binary100001000110101001001101010001111001001111110011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104614; }

 p { color: rgb(16,70,20); }

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

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

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

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

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

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

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