#126B42

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

Shades of Jewel #126B42

Tints of Jewel #126B42

Color information

#126B42 (or 0x126B42) is unknown color: approx Jewel. HEX triplet: 12, 6B and 42. RGB value is (18,107,66). Sum of RGB (Red+Green+Blue) = 18+107+66=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 107 (42.19% from 255 or 56.02% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 107 - color contains mainly: green. Hex color #126B42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126B42 is #ED94BD. Grayscale: #4B4B4B. Windows color (decimal): -15570110 or 4352786. OLE color: 4352786.

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

Color convert

RGB1810766-
CMYK0.8300.380.58
HSL152.36º71.2%24.51%-
HSV(B)152.36º83.18%41.96%-
XYZ6.4911.046.94-
YUV75.72122.5186.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.42%
GREEN value IS 107 (42.19% from 255) = 56.02%
BLUE value IS 66 (26.17% from 255) = 34.55%
R=9.42%
G=56.02%
B=34.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18107660.8300.380.58152.3671.224.51
Hex126B42530263A984719
Octal221531021230467223010731
Binary10010110101110000101010011010011011101010011000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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