#106A1B

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

Shades of Crusoe #106A1B

Tints of Crusoe #106A1B

Color information

#106A1B (or 0x106A1B) is unknown color: approx Crusoe. HEX triplet: 10, 6A and 1B. RGB value is (16,106,27). Sum of RGB (Red+Green+Blue) = 16+106+27=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 106 (41.80% from 255 or 71.14% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 106 - color contains mainly: green. Hex color #106A1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106A1B is #EF95E4. Grayscale: #464646. Windows color (decimal): -15701477 or 1796624. OLE color: 1796624.

HSL color Cylindrical-coordinate representation of color #106A1B: hue angle of 127.33º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106A1B is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB1610627-
CMYK0.8500.750.58
HSL127.33º73.77%23.92%-
HSV(B)127.33º84.91%41.57%-
XYZ5.5710.52.77-
YUV70.08103.6889.42-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.74%
GREEN value IS 106 (41.80% from 255) = 71.14%
BLUE value IS 27 (10.94% from 255) = 18.12%
R=10.74%
G=71.14%
B=18.12%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16106270.8500.750.58127.3373.7723.92
Hex106A1B5504B3A7f4a18
Octal201523312501137217711230
Binary100001101010110111010101010010111110101111111100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106A1B; }

 p { color: rgb(16,106,27); }

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

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

 a { background-color: rgb(16,106,27); }

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

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

 span { border-color: rgb(16,106,27); }

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