#1A680E

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

Shades of Green #1A680E

Tints of Green #1A680E

Color information

#1A680E (or 0x1A680E) is unknown color: approx Green. HEX triplet: 1A, 68 and 0E. RGB value is (26,104,14). Sum of RGB (Red+Green+Blue) = 26+104+14=144 (19% of max value = 765). Red value is 26 (10.55% from 255 or 18.06% from 144); Green value is 104 (41.02% from 255 or 72.22% from 144); Blue value is 14 (5.86% from 255 or 9.72% from 144); Max value from RGB is 104 - color contains mainly: green. Hex color #1A680E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A680E is #E597F1. Grayscale: #464646. Windows color (decimal): -15046642 or 944154. OLE color: 944154.

HSL color Cylindrical-coordinate representation of color #1A680E: hue angle of 112º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A680E is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB2610414-
CMYK0.7500.870.59
HSL112º76.27%23.14%-
HSV(B)112º86.54%40.78%-
XYZ5.4610.152.09-
YUV70.4296.1696.32-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.06%
GREEN value IS 104 (41.02% from 255) = 72.22%
BLUE value IS 14 (5.86% from 255) = 9.72%
R=18.06%
G=72.22%
B=9.72%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal26104140.7500.870.5911276.2723.14
Hex1A68E4B0573B704c17
Octal321501611301277316011427
Binary11010110100011101001011010101111110111110000100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A680E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,104,14); }

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

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

 a { background-color: rgb(26,104,14); }

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

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

 span { border-color: rgb(26,104,14); }

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