#105B42

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

Shades of Jewel #105B42

Tints of Jewel #105B42

Color information

#105B42 (or 0x105B42) is unknown color: approx Jewel. HEX triplet: 10, 5B and 42. RGB value is (16,91,66). Sum of RGB (Red+Green+Blue) = 16+91+66=173 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.25% from 173); Green value is 91 (35.94% from 255 or 52.60% from 173); Blue value is 66 (26.17% from 255 or 38.15% from 173); Max value from RGB is 91 - color contains mainly: green. Hex color #105B42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105B42 is #EFA4BD. Grayscale: #414141. Windows color (decimal): -15705278 or 4348688. OLE color: 4348688.

HSL color Cylindrical-coordinate representation of color #105B42: hue angle of 160º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105B42 is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB169166-
CMYK0.8200.270.64
HSL160º70.09%20.98%-
HSV(B)160º82.42%35.69%-
XYZ4.947.996.44-
YUV65.72128.1592.53-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.25%
GREEN value IS 91 (35.94% from 255) = 52.60%
BLUE value IS 66 (26.17% from 255) = 38.15%
R=9.25%
G=52.60%
B=38.15%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1691660.8200.270.6416070.0920.98
Hex105B425201B40a04615
Octal2013310212203310024010625
Binary10000101101110000101010010011011100000010100000100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105B42; }

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

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

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

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

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

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

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

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