#106042

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

Shades of Jewel #106042

Tints of Jewel #106042

Color information

#106042 (or 0x106042) is unknown color: approx Jewel. HEX triplet: 10, 60 and 42. RGB value is (16,96,66). Sum of RGB (Red+Green+Blue) = 16+96+66=178 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.99% from 178); Green value is 96 (37.89% from 255 or 53.93% from 178); Blue value is 66 (26.17% from 255 or 37.08% from 178); Max value from RGB is 96 - color contains mainly: green. Hex color #106042 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106042 is #EF9FBD. Grayscale: #444444. Windows color (decimal): -15703998 or 4349968. OLE color: 4349968.

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

Color convert

RGB169666-
CMYK0.8300.310.62
HSL157.5º71.43%21.96%-
HSV(B)157.5º83.33%37.65%-
XYZ5.388.876.58-
YUV68.66126.590.44-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.99%
GREEN value IS 96 (37.89% from 255) = 53.93%
BLUE value IS 66 (26.17% from 255) = 37.08%
R=8.99%
G=53.93%
B=37.08%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1696660.8300.310.62157.571.4321.96
Hex1060425301F3E9e4716
Octal201401021230377623610726
Binary1000011000001000010101001101111111111010011110100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106042; }

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

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

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

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

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

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

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

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