#1A6710

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

Shades of Myrtle #1A6710

Tints of Myrtle #1A6710

Color information

#1A6710 (or 0x1A6710) is unknown color: approx Myrtle. HEX triplet: 1A, 67 and 10. RGB value is (26,103,16). Sum of RGB (Red+Green+Blue) = 26+103+16=145 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.93% from 145); Green value is 103 (40.62% from 255 or 71.03% from 145); Blue value is 16 (6.64% from 255 or 11.03% from 145); Max value from RGB is 103 - color contains mainly: green. Hex color #1A6710 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A6710 is #E598EF. Grayscale: #464646. Windows color (decimal): -15046896 or 1074970. OLE color: 1074970.

HSL color Cylindrical-coordinate representation of color #1A6710: hue angle of 113.1º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A6710 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB2610316-
CMYK0.7500.840.60
HSL113.1º73.11%23.33%-
HSV(B)113.1º84.47%40.39%-
XYZ5.379.962.13-
YUV70.0697.4996.57-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.93%
GREEN value IS 103 (40.62% from 255) = 71.03%
BLUE value IS 16 (6.64% from 255) = 11.03%
R=17.93%
G=71.03%
B=11.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal26103160.7500.840.60113.173.1123.33
Hex1A67104B0543C714917
Octal321472011301247416111127
Binary110101100111100001001011010101001111001110001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A6710; }

 p { color: rgb(26,103,16); }

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

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

 a { background-color: rgb(26,103,16); }

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

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

 span { border-color: rgb(26,103,16); }

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