#126744

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

Shades of Jewel #126744

Tints of Jewel #126744

Color information

#126744 (or 0x126744) is unknown color: approx Jewel. HEX triplet: 12, 67 and 44. RGB value is (18,103,68). Sum of RGB (Red+Green+Blue) = 18+103+68=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 103 (40.62% from 255 or 54.50% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 103 - color contains mainly: green. Hex color #126744 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126744 is #ED98BB. Grayscale: #494949. Windows color (decimal): -15571132 or 4482834. OLE color: 4482834.

HSL color Cylindrical-coordinate representation of color #126744: hue angle of 155.29º 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 #126744 is Cyan = 0.83, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.60.

Color convert

RGB1810368-
CMYK0.8300.340.60
HSL155.29º70.25%23.73%-
HSV(B)155.29º82.52%40.39%-
XYZ6.1410.257.12-
YUV73.6124.8488.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.52%
GREEN value IS 103 (40.62% from 255) = 54.50%
BLUE value IS 68 (26.95% from 255) = 35.98%
R=9.52%
G=54.50%
B=35.98%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18103680.8300.340.60155.2970.2523.73
Hex126744530223C9b4618
Octal221471041230427423310630
Binary10010110011110001001010011010001011110010011011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126744; }

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

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

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

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

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

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

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

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