#126F4D

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

Shades of Jewel #126F4D

Tints of Jewel #126F4D

Color information

#126F4D (or 0x126F4D) is unknown color: approx Jewel. HEX triplet: 12, 6F and 4D. RGB value is (18,111,77). Sum of RGB (Red+Green+Blue) = 18+111+77=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 111 (43.75% from 255 or 53.88% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 111 - color contains mainly: green. Hex color #126F4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126F4D is #ED90B2. Grayscale: #4F4F4F. Windows color (decimal): -15569075 or 5074706. OLE color: 5074706.

HSL color Cylindrical-coordinate representation of color #126F4D: hue angle of 158.06º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126F4D is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB1811177-
CMYK0.8400.310.56
HSL158.06º72.09%25.29%-
HSV(B)158.06º83.78%43.53%-
XYZ7.2712.038.96-
YUV79.32126.6984.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.74%
GREEN value IS 111 (43.75% from 255) = 53.88%
BLUE value IS 77 (30.47% from 255) = 37.38%
R=8.74%
G=53.88%
B=37.38%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18111770.8400.310.56158.0672.0925.29
Hex126F4D5401F389e4819
Octal221571151240377023611031
Binary1001011011111001101101010001111111100010011110100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,111,77); }

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

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

 a { background-color: rgb(18,111,77); }

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

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

 span { border-color: rgb(18,111,77); }

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