#106B29

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

Shades of Crusoe #106B29

Tints of Crusoe #106B29

Color information

#106B29 (or 0x106B29) is unknown color: approx Crusoe. HEX triplet: 10, 6B and 29. RGB value is (16,107,41). Sum of RGB (Red+Green+Blue) = 16+107+41=164 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.76% from 164); Green value is 107 (42.19% from 255 or 65.24% from 164); Blue value is 41 (16.41% from 255 or 25% from 164); Max value from RGB is 107 - color contains mainly: green. Hex color #106B29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106B29 is #EF94D6. Grayscale: #484848. Windows color (decimal): -15701207 or 2714384. OLE color: 2714384.

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

Color convert

RGB1610741-
CMYK0.8500.620.58
HSL136.48º73.98%24.12%-
HSV(B)136.48º85.05%41.96%-
XYZ5.8710.793.87-
YUV72.27110.3587.87-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.76%
GREEN value IS 107 (42.19% from 255) = 65.24%
BLUE value IS 41 (16.41% from 255) = 25%
R=9.76%
G=65.24%
B=25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16107410.8500.620.58136.4873.9824.12
Hex106B295503E3A884a18
Octal20153511250767221011230
Binary1000011010111010011010101011111011101010001000100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,107,41); }

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

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

 a { background-color: rgb(16,107,41); }

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

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

 span { border-color: rgb(16,107,41); }

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