#12674A

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

Shades of Jewel #12674A

Tints of Jewel #12674A

Color information

#12674A (or 0x12674A) is unknown color: approx Jewel. HEX triplet: 12, 67 and 4A. RGB value is (18,103,74). Sum of RGB (Red+Green+Blue) = 18+103+74=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 103 (40.62% from 255 or 52.82% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 103 - color contains mainly: green. Hex color #12674A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12674A is #ED98B5. Grayscale: #4A4A4A. Windows color (decimal): -15571126 or 4876050. OLE color: 4876050.

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

Color convert

RGB1810374-
CMYK0.8300.280.60
HSL159.53º70.25%23.73%-
HSV(B)159.53º82.52%40.39%-
XYZ6.3410.328.14-
YUV74.28127.8487.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.23%
GREEN value IS 103 (40.62% from 255) = 52.82%
BLUE value IS 74 (29.30% from 255) = 37.95%
R=9.23%
G=52.82%
B=37.95%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18103740.8300.280.60159.5370.2523.73
Hex12674A5301C3Ca04618
Octal221471121230347424010630
Binary1001011001111001010101001101110011110010100000100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12674A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12674A; }

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

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

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

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

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

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

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

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