#16694C

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

Shades of Jewel #16694C

Tints of Jewel #16694C

Color information

#16694C (or 0x16694C) is unknown color: approx Jewel. HEX triplet: 16, 69 and 4C. RGB value is (22,105,76). Sum of RGB (Red+Green+Blue) = 22+105+76=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 105 (41.41% from 255 or 51.72% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 105 - color contains mainly: green. Hex color #16694C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16694C is #E996B3. Grayscale: #4C4C4C. Windows color (decimal): -15308468 or 5007638. OLE color: 5007638.

HSL color Cylindrical-coordinate representation of color #16694C: hue angle of 159.04º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #16694C is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB2210576-
CMYK0.7900.280.59
HSL159.04º65.35%24.9%-
HSV(B)159.04º79.05%41.18%-
XYZ6.6910.88.57-
YUV76.88127.588.86-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.84%
GREEN value IS 105 (41.41% from 255) = 51.72%
BLUE value IS 76 (30.08% from 255) = 37.44%
R=10.84%
G=51.72%
B=37.44%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal22105760.7900.280.59159.0465.3524.9
Hex16694C4F01C3B9f4119
Octal261511141170347323710131
Binary1011011010011001100100111101110011101110011111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16694C; }

 p { color: rgb(22,105,76); }

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

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

 a { background-color: rgb(22,105,76); }

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

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

 span { border-color: rgb(22,105,76); }

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