#1A694A

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

Shades of Jewel #1A694A

Tints of Jewel #1A694A

Color information

#1A694A (or 0x1A694A) is unknown color: approx Jewel. HEX triplet: 1A, 69 and 4A. RGB value is (26,105,74). Sum of RGB (Red+Green+Blue) = 26+105+74=205 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.68% from 205); Green value is 105 (41.41% from 255 or 51.22% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 105 - color contains mainly: green. Hex color #1A694A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A694A is #E596B5. Grayscale: #4D4D4D. Windows color (decimal): -15046326 or 4876570. OLE color: 4876570.

HSL color Cylindrical-coordinate representation of color #1A694A: hue angle of 156.46º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A694A is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB2610574-
CMYK0.7500.300.59
HSL156.46º60.31%25.69%-
HSV(B)156.46º75.24%41.18%-
XYZ6.7110.828.21-
YUV77.84125.8391.02-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.68%
GREEN value IS 105 (41.41% from 255) = 51.22%
BLUE value IS 74 (29.30% from 255) = 36.10%
R=12.68%
G=51.22%
B=36.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal26105740.7500.300.59156.4660.3125.69
Hex1A694A4B01E3B9c3c1a
Octal32151112113036732347432
Binary110101101001100101010010110111101110111001110011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A694A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A694A; }

 p { color: rgb(26,105,74); }

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

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

 a { background-color: rgb(26,105,74); }

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

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

 span { border-color: rgb(26,105,74); }

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