#11674B

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

Shades of Jewel #11674B

Tints of Jewel #11674B

Color information

#11674B (or 0x11674B) is unknown color: approx Jewel. HEX triplet: 11, 67 and 4B. RGB value is (17,103,75). Sum of RGB (Red+Green+Blue) = 17+103+75=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 103 (40.62% from 255 or 52.82% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 103 - color contains mainly: green. Hex color #11674B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11674B is #EE98B4. Grayscale: #4A4A4A. Windows color (decimal): -15636661 or 4941585. OLE color: 4941585.

HSL color Cylindrical-coordinate representation of color #11674B: hue angle of 160.47º degrees, saturation: 0.72, 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 #11674B is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB1710375-
CMYK0.8300.270.60
HSL160.47º71.67%23.53%-
HSV(B)160.47º83.5%40.39%-
XYZ6.3510.338.32-
YUV74.09128.5187.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.72%
GREEN value IS 103 (40.62% from 255) = 52.82%
BLUE value IS 75 (29.69% from 255) = 38.46%
R=8.72%
G=52.82%
B=38.46%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal17103750.8300.270.60160.4771.6723.53
Hex11674B5301B3Ca04818
Octal211471131230337424011030
Binary1000111001111001011101001101101111110010100000100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11674B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11674B; }

 p { color: rgb(17,103,75); }

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

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

 a { background-color: rgb(17,103,75); }

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

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

 span { border-color: rgb(17,103,75); }

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