#1C6207

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

Shades of Myrtle #1C6207

Tints of Myrtle #1C6207

Color information

#1C6207 (or 0x1C6207) is unknown color: approx Myrtle. HEX triplet: 1C, 62 and 07. RGB value is (28,98,7). Sum of RGB (Red+Green+Blue) = 28+98+7=133 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.05% from 133); Green value is 98 (38.67% from 255 or 73.68% from 133); Blue value is 7 (3.12% from 255 or 5.26% from 133); Max value from RGB is 98 - color contains mainly: green. Hex color #1C6207 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C6207 is #E39DF8. Grayscale: #424242. Windows color (decimal): -14917113 or 483868. OLE color: 483868.

HSL color Cylindrical-coordinate representation of color #1C6207: hue angle of 106.15º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1C6207 is Cyan = 0.71, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB28987-
CMYK0.7100.930.62
HSL106.15º86.67%20.59%-
HSV(B)106.15º92.86%38.43%-
XYZ4.8891.68-
YUV66.794.31100.4-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 21.05%
GREEN value IS 98 (38.67% from 255) = 73.68%
BLUE value IS 7 (3.12% from 255) = 5.26%
R=21.05%
G=73.68%
B=5.26%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal289870.7100.930.62106.1586.6720.59
Hex1C6274705D3E6a5715
Octal34142710701357615212725
Binary1110011000101111000111010111011111101101010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,98,7); }

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

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

 a { background-color: rgb(28,98,7); }

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

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

 span { border-color: rgb(28,98,7); }

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