#126749

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

Shades of Jewel #126749

Tints of Jewel #126749

Color information

#126749 (or 0x126749) is unknown color: approx Jewel. HEX triplet: 12, 67 and 49. RGB value is (18,103,73). Sum of RGB (Red+Green+Blue) = 18+103+73=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 103 (40.62% from 255 or 53.09% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 103 - color contains mainly: green. Hex color #126749 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126749 is #ED98B6. Grayscale: #4A4A4A. Windows color (decimal): -15571127 or 4810514. OLE color: 4810514.

HSL color Cylindrical-coordinate representation of color #126749: hue angle of 158.82º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126749 is Cyan = 0.83, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.

Color convert

RGB1810373-
CMYK0.8300.290.60
HSL158.82º70.25%23.73%-
HSV(B)158.82º82.52%40.39%-
XYZ6.310.317.96-
YUV74.17127.3487.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.28%
GREEN value IS 103 (40.62% from 255) = 53.09%
BLUE value IS 73 (28.91% from 255) = 37.63%
R=9.28%
G=53.09%
B=37.63%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18103730.8300.290.60158.8270.2523.73
Hex1267495301D3C9f4618
Octal221471111230357423710630
Binary1001011001111001001101001101110111110010011111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126749; }

 p { color: rgb(18,103,73); }

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

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

 a { background-color: rgb(18,103,73); }

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

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

 span { border-color: rgb(18,103,73); }

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