#105942

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

Shades of Jewel #105942

Tints of Jewel #105942

Color information

#105942 (or 0x105942) is unknown color: approx Jewel. HEX triplet: 10, 59 and 42. RGB value is (16,89,66). Sum of RGB (Red+Green+Blue) = 16+89+66=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 89 (35.16% from 255 or 52.05% from 171); Blue value is 66 (26.17% from 255 or 38.60% from 171); Max value from RGB is 89 - color contains mainly: green. Hex color #105942 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105942 is #EFA6BD. Grayscale: #404040. Windows color (decimal): -15705790 or 4348176. OLE color: 4348176.

HSL color Cylindrical-coordinate representation of color #105942: hue angle of 161.1º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105942 is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB168966-
CMYK0.8200.260.65
HSL161.1º69.52%20.59%-
HSV(B)161.1º82.02%34.9%-
XYZ4.777.656.38-
YUV64.55128.8293.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.36%
GREEN value IS 89 (35.16% from 255) = 52.05%
BLUE value IS 66 (26.17% from 255) = 38.60%
R=9.36%
G=52.05%
B=38.60%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1689660.8200.260.65161.169.5220.59
Hex1059425201A41a14615
Octal2013110212203210124110625
Binary10000101100110000101010010011010100000110100001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105942; }

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

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

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

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

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

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

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

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