Html Css Color HEX #106B1C Crusoe

📋 copy color: '#106B1C'

red 16 ◦ green 107 ◦ blue 28

#106B1C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #106B1C

Tints of Crusoe #106B1C

RGB

 RED value IS 16 (6.64% from 255) = 10.6%

 GREEN value IS 107 (42.19% from 255) = 70.86%

 BLUE value IS 28 (11.33% from 255) = 18.54%

R = 10.6%
G = 70.86%
B = 18.54%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.74

 K value IS 0.58

RGB Variations

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

Color information

#106B1C (or 0x106B1C) is known color: Crusoe. HEX triplet: 10, 6B and 1C. RGB value is (16,107,28). Sum of RGB (Red+Green+Blue) = 16+107+28=151 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.60% from 151); Green value is 107 (42.19% from 255 or 70.86% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 107 - color contains mainly: green. Hex color #106B1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106B1C is #EF94E3. Grayscale: #474747. Windows color (decimal): -15701220 or 1862416. OLE color: 1862416.

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

Color convert

RGB 16 107 28 -
CMYK 0.85 0 0.74 0.58
HSL 127.91º 0.74% 0.24% -
HSV(B) 127.91º 0.85% 0.42% -
XYZ 5.68 10.71 2.87 -
YUV 70.79 103.85 88.92 -
System Red Green Blue C M Y K H S L
Decimal 16 107 28 0.85 0 0.74 0.58 127.91 0.74 0.24
Hex 10 6B 1C 55 0 4A 3A 80 4A 18
Octal 20 153 34 125 0 112 72 200 112 30
Binary 10000 1101011 11100 1010101 0 1001010 111010 10000000 1001010 11000

Color Harmonies of #106B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106B1C

Black with #106B1C

Text Example


Text Example

White with #106B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #106B1C;
 }
 .AnyTagClassName
 {
   color: #106B1C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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