#126643

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

Shades of Jewel #126643

Tints of Jewel #126643

Color information

#126643 (or 0x126643) is unknown color: approx Jewel. HEX triplet: 12, 66 and 43. RGB value is (18,102,67). Sum of RGB (Red+Green+Blue) = 18+102+67=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 102 (40.23% from 255 or 54.55% from 187); Blue value is 67 (26.56% from 255 or 35.83% from 187); Max value from RGB is 102 - color contains mainly: green. Hex color #126643 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126643 is #ED99BC. Grayscale: #484848. Windows color (decimal): -15571389 or 4417042. OLE color: 4417042.

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

Color convert

RGB1810267-
CMYK0.8200.340.6
HSL155º70%23.53%-
HSV(B)155º82.35%40%-
XYZ6.0110.046.93-
YUV72.89124.6788.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.63%
GREEN value IS 102 (40.23% from 255) = 54.55%
BLUE value IS 67 (26.56% from 255) = 35.83%
R=9.63%
G=54.55%
B=35.83%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18102670.8200.340.61557023.53
Hex126643520223C9b4618
Octal221461031220427423310630
Binary10010110011010000111010010010001011110010011011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126643; }

 p { color: rgb(18,102,67); }

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

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

 a { background-color: rgb(18,102,67); }

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

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

 span { border-color: rgb(18,102,67); }

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