#106A21

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

Shades of Crusoe #106A21

Tints of Crusoe #106A21

Color information

#106A21 (or 0x106A21) is unknown color: approx Crusoe. HEX triplet: 10, 6A and 21. RGB value is (16,106,33). Sum of RGB (Red+Green+Blue) = 16+106+33=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 106 (41.80% from 255 or 68.39% from 155); Blue value is 33 (13.28% from 255 or 21.29% from 155); Max value from RGB is 106 - color contains mainly: green. Hex color #106A21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106A21 is #EF95DE. Grayscale: #464646. Windows color (decimal): -15701471 or 2189840. OLE color: 2189840.

HSL color Cylindrical-coordinate representation of color #106A21: hue angle of 131.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 #106A21 is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB1610633-
CMYK0.8500.690.58
HSL131.33º73.77%23.92%-
HSV(B)131.33º84.91%41.57%-
XYZ5.6410.533.17-
YUV70.77106.6888.94-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.32%
GREEN value IS 106 (41.80% from 255) = 68.39%
BLUE value IS 33 (13.28% from 255) = 21.29%
R=10.32%
G=68.39%
B=21.29%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16106330.8500.690.58131.3373.7723.92
Hex106A21550453A834a18
Octal201524112501057220311230
Binary10000110101010000110101010100010111101010000011100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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