#126945

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

Shades of Jewel #126945

Tints of Jewel #126945

Color information

#126945 (or 0x126945) is unknown color: approx Jewel. HEX triplet: 12, 69 and 45. RGB value is (18,105,69). Sum of RGB (Red+Green+Blue) = 18+105+69=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 105 (41.41% from 255 or 54.69% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 105 - color contains mainly: green. Hex color #126945 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126945 is #ED96BA. Grayscale: #4A4A4A. Windows color (decimal): -15570619 or 4548882. OLE color: 4548882.

HSL color Cylindrical-coordinate representation of color #126945: hue angle of 155.17º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126945 is Cyan = 0.83, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.

Color convert

RGB1810569-
CMYK0.8300.340.59
HSL155.17º70.73%24.12%-
HSV(B)155.17º82.86%41.18%-
XYZ6.3810.667.35-
YUV74.88124.6887.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.38%
GREEN value IS 105 (41.41% from 255) = 54.69%
BLUE value IS 69 (27.34% from 255) = 35.94%
R=9.38%
G=54.69%
B=35.94%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18105690.8300.340.59155.1770.7324.12
Hex126945530223B9b4718
Octal221511051230427323310730
Binary10010110100110001011010011010001011101110011011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126945; }

 p { color: rgb(18,105,69); }

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

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

 a { background-color: rgb(18,105,69); }

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

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

 span { border-color: rgb(18,105,69); }

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