#106940

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

Shades of Jewel #106940

Tints of Jewel #106940

Color information

#106940 (or 0x106940) is unknown color: approx Jewel. HEX triplet: 10, 69 and 40. RGB value is (16,105,64). Sum of RGB (Red+Green+Blue) = 16+105+64=185 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.65% from 185); Green value is 105 (41.41% from 255 or 56.76% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 105 - color contains mainly: green. Hex color #106940 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106940 is #EF96BF. Grayscale: #494949. Windows color (decimal): -15701696 or 4221200. OLE color: 4221200.

HSL color Cylindrical-coordinate representation of color #106940: hue angle of 152.36º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106940 is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB1610564-
CMYK0.8500.390.59
HSL152.36º73.55%23.73%-
HSV(B)152.36º84.76%41.18%-
XYZ6.1910.586.57-
YUV73.72122.5186.83-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.65%
GREEN value IS 105 (41.41% from 255) = 56.76%
BLUE value IS 64 (25.39% from 255) = 34.59%
R=8.65%
G=56.76%
B=34.59%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16105640.8500.390.59152.3673.5523.73
Hex106940550273B984a18
Octal201511001250477323011230
Binary10000110100110000001010101010011111101110011000100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106940; }

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

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

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

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

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

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

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

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