#1C6710

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

Shades of Myrtle #1C6710

Tints of Myrtle #1C6710

Color information

#1C6710 (or 0x1C6710) is unknown color: approx Myrtle. HEX triplet: 1C, 67 and 10. RGB value is (28,103,16). Sum of RGB (Red+Green+Blue) = 28+103+16=147 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.05% from 147); Green value is 103 (40.62% from 255 or 70.07% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 103 - color contains mainly: green. Hex color #1C6710 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C6710 is #E398EF. Grayscale: #464646. Windows color (decimal): -14915824 or 1074972. OLE color: 1074972.

HSL color Cylindrical-coordinate representation of color #1C6710: hue angle of 111.72º 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 #1C6710 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB2810316-
CMYK0.7300.840.60
HSL111.72º73.11%23.33%-
HSV(B)111.72º84.47%40.39%-
XYZ5.429.982.13-
YUV70.6697.1597.57-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.05%
GREEN value IS 103 (40.62% from 255) = 70.07%
BLUE value IS 16 (6.64% from 255) = 10.88%
R=19.05%
G=70.07%
B=10.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal28103160.7300.840.60111.7273.1123.33
Hex1C6710490543C704917
Octal341472011101247416011127
Binary111001100111100001001001010101001111001110000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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