#106B2C

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

Shades of Crusoe #106B2C

Tints of Crusoe #106B2C

Color information

#106B2C (or 0x106B2C) is unknown color: approx Crusoe. HEX triplet: 10, 6B and 2C. RGB value is (16,107,44). Sum of RGB (Red+Green+Blue) = 16+107+44=167 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.58% from 167); Green value is 107 (42.19% from 255 or 64.07% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 107 - color contains mainly: green. Hex color #106B2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106B2C is #EF94D3. Grayscale: #484848. Windows color (decimal): -15701204 or 2910992. OLE color: 2910992.

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

Color convert

RGB1610744-
CMYK0.8500.590.58
HSL138.46º73.98%24.12%-
HSV(B)138.46º85.05%41.96%-
XYZ5.9310.814.16-
YUV72.61111.8587.62-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.58%
GREEN value IS 107 (42.19% from 255) = 64.07%
BLUE value IS 44 (17.58% from 255) = 26.35%
R=9.58%
G=64.07%
B=26.35%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16107440.8500.590.58138.4673.9824.12
Hex106B2C5503B3A8a4a18
Octal20153541250737221211230
Binary1000011010111011001010101011101111101010001010100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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