#106242

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

Shades of Jewel #106242

Tints of Jewel #106242

Color information

#106242 (or 0x106242) is unknown color: approx Jewel. HEX triplet: 10, 62 and 42. RGB value is (16,98,66). Sum of RGB (Red+Green+Blue) = 16+98+66=180 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.89% from 180); Green value is 98 (38.67% from 255 or 54.44% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 98 - color contains mainly: green. Hex color #106242 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106242 is #EF9DBD. Grayscale: #454545. Windows color (decimal): -15703486 or 4350480. OLE color: 4350480.

HSL color Cylindrical-coordinate representation of color #106242: hue angle of 156.59º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106242 is Cyan = 0.84, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB169866-
CMYK0.8400.330.62
HSL156.59º71.93%22.35%-
HSV(B)156.59º83.67%38.43%-
XYZ5.569.246.64-
YUV69.83125.8389.6-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.89%
GREEN value IS 98 (38.67% from 255) = 54.44%
BLUE value IS 66 (26.17% from 255) = 36.67%
R=8.89%
G=54.44%
B=36.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1698660.8400.330.62156.5971.9322.35
Hex106242540213E9d4816
Octal201421021240417623511026
Binary10000110001010000101010100010000111111010011101100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106242; }

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

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

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

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

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

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

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

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