#126B06

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

Shades of Green #126B06

Tints of Green #126B06

Color information

#126B06 (or 0x126B06) is unknown color: approx Green. HEX triplet: 12, 6B and 06. RGB value is (18,107,6). Sum of RGB (Red+Green+Blue) = 18+107+6=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 107 (42.19% from 255 or 81.68% from 131); Blue value is 6 (2.73% from 255 or 4.58% from 131); Max value from RGB is 107 - color contains mainly: green. Hex color #126B06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126B06 is #ED94F9. Grayscale: #454545. Windows color (decimal): -15570170 or 420626. OLE color: 420626.

HSL color Cylindrical-coordinate representation of color #126B06: hue angle of 112.87º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #126B06 is Cyan = 0.83, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB181076-
CMYK0.8300.940.58
HSL112.87º89.38%22.16%-
HSV(B)112.87º94.39%41.96%-
XYZ5.5410.661.94-
YUV68.8892.5191.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.74%
GREEN value IS 107 (42.19% from 255) = 81.68%
BLUE value IS 6 (2.73% from 255) = 4.58%
R=13.74%
G=81.68%
B=4.58%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1810760.8300.940.58112.8789.3822.16
Hex126B65305E3A715916
Octal22153612301367216113126
Binary1001011010111101010011010111101110101110001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126B06; }

 p { color: rgb(18,107,6); }

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

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

 a { background-color: rgb(18,107,6); }

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

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

 span { border-color: rgb(18,107,6); }

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