#106942

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

Shades of Jewel #106942

Tints of Jewel #106942

Color information

#106942 (or 0x106942) is unknown color: approx Jewel. HEX triplet: 10, 69 and 42. RGB value is (16,105,66). Sum of RGB (Red+Green+Blue) = 16+105+66=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 105 (41.41% from 255 or 56.15% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 105 - color contains mainly: green. Hex color #106942 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106942 is #EF96BD. Grayscale: #4A4A4A. Windows color (decimal): -15701694 or 4352272. OLE color: 4352272.

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

Color convert

RGB1610566-
CMYK0.8500.370.59
HSL153.71º73.55%23.73%-
HSV(B)153.71º84.76%41.18%-
XYZ6.2510.616.87-
YUV73.94123.5186.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.56%
GREEN value IS 105 (41.41% from 255) = 56.15%
BLUE value IS 66 (26.17% from 255) = 35.29%
R=8.56%
G=56.15%
B=35.29%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16105660.8500.370.59153.7173.5523.73
Hex106942550253B9a4a18
Octal201511021250457323211230
Binary10000110100110000101010101010010111101110011010100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106942; }

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

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

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

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

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

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

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

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