#106640

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

Shades of Jewel #106640

Tints of Jewel #106640

Color information

#106640 (or 0x106640) is unknown color: approx Jewel. HEX triplet: 10, 66 and 40. RGB value is (16,102,64). Sum of RGB (Red+Green+Blue) = 16+102+64=182 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.79% from 182); Green value is 102 (40.23% from 255 or 56.04% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 102 - color contains mainly: green. Hex color #106640 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106640 is #EF99BF. Grayscale: #484848. Windows color (decimal): -15702464 or 4220432. OLE color: 4220432.

HSL color Cylindrical-coordinate representation of color #106640: hue angle of 153.49º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106640 is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.6.

Color convert

RGB1610264-
CMYK0.8400.370.6
HSL153.49º72.88%23.14%-
HSV(B)153.49º84.31%40%-
XYZ5.899.986.47-
YUV71.95123.5188.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.79%
GREEN value IS 102 (40.23% from 255) = 56.04%
BLUE value IS 64 (25.39% from 255) = 35.16%
R=8.79%
G=56.04%
B=35.16%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal16102640.8400.370.6153.4972.8823.14
Hex106640540253C994917
Octal201461001240457423111127
Binary10000110011010000001010100010010111110010011001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106640; }

 p { color: rgb(16,102,64); }

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

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

 a { background-color: rgb(16,102,64); }

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

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

 span { border-color: rgb(16,102,64); }

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