#106B2A

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

Shades of Crusoe #106B2A

Tints of Crusoe #106B2A

Color information

#106B2A (or 0x106B2A) is unknown color: approx Crusoe. HEX triplet: 10, 6B and 2A. RGB value is (16,107,42). Sum of RGB (Red+Green+Blue) = 16+107+42=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 107 (42.19% from 255 or 64.85% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 107 - color contains mainly: green. Hex color #106B2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106B2A is #EF94D5. Grayscale: #484848. Windows color (decimal): -15701206 or 2779920. OLE color: 2779920.

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

Color convert

RGB1610742-
CMYK0.8500.610.58
HSL137.14º73.98%24.12%-
HSV(B)137.14º85.05%41.96%-
XYZ5.8910.793.96-
YUV72.38110.8587.79-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.70%
GREEN value IS 107 (42.19% from 255) = 64.85%
BLUE value IS 42 (16.80% from 255) = 25.45%
R=9.70%
G=64.85%
B=25.45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16107420.8500.610.58137.1473.9824.12
Hex106B2A5503D3A894a18
Octal20153521250757221111230
Binary1000011010111010101010101011110111101010001001100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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