#106941

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

Shades of Jewel #106941

Tints of Jewel #106941

Color information

#106941 (or 0x106941) is unknown color: approx Jewel. HEX triplet: 10, 69 and 41. RGB value is (16,105,65). Sum of RGB (Red+Green+Blue) = 16+105+65=186 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.60% from 186); Green value is 105 (41.41% from 255 or 56.45% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 105 - color contains mainly: green. Hex color #106941 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106941 is #EF96BE. Grayscale: #494949. Windows color (decimal): -15701695 or 4286736. OLE color: 4286736.

HSL color Cylindrical-coordinate representation of color #106941: hue angle of 153.03º 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 #106941 is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB1610565-
CMYK0.8500.380.59
HSL153.03º73.55%23.73%-
HSV(B)153.03º84.76%41.18%-
XYZ6.2210.596.72-
YUV73.83123.0186.75-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.60%
GREEN value IS 105 (41.41% from 255) = 56.45%
BLUE value IS 65 (25.78% from 255) = 34.95%
R=8.60%
G=56.45%
B=34.95%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16105650.8500.380.59153.0373.5523.73
Hex106941550263B994a18
Octal201511011250467323111230
Binary10000110100110000011010101010011011101110011001100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106941; }

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

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

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

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

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

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

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

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