#126607

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

Shades of Green #126607

Tints of Green #126607

Color information

#126607 (or 0x126607) is unknown color: approx Green. HEX triplet: 12, 66 and 07. RGB value is (18,102,7). Sum of RGB (Red+Green+Blue) = 18+102+7=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 102 (40.23% from 255 or 80.31% from 127); Blue value is 7 (3.12% from 255 or 5.51% from 127); Max value from RGB is 102 - color contains mainly: green. Hex color #126607 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126607 is #ED99F8. Grayscale: #424242. Windows color (decimal): -15571449 or 484882. OLE color: 484882.

HSL color Cylindrical-coordinate representation of color #126607: hue angle of 113.05º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #126607 is Cyan = 0.82, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.6.

Color convert

RGB181027-
CMYK0.8200.930.6
HSL113.05º87.16%21.37%-
HSV(B)113.05º93.14%40%-
XYZ5.049.651.8-
YUV66.0594.6793.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.17%
GREEN value IS 102 (40.23% from 255) = 80.31%
BLUE value IS 7 (3.12% from 255) = 5.51%
R=14.17%
G=80.31%
B=5.51%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1810270.8200.930.6113.0587.1621.37
Hex126675205D3C715715
Octal22146712201357416112725
Binary1001011001101111010010010111011111001110001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126607; }

 p { color: rgb(18,102,7); }

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

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

 a { background-color: rgb(18,102,7); }

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

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

 span { border-color: rgb(18,102,7); }

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