Html Css Color HEX #106B1D Crusoe

📋 copy color: '#106B1D'

red 16 ◦ green 107 ◦ blue 29

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

Shades of Crusoe #106B1D

Tints of Crusoe #106B1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.08%

R = 10.53%
G = 70.39%
B = 19.08%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.73

 K value IS 0.58

RGB Variations

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

Color information

#106B1D (or 0x106B1D) is known color: Crusoe. HEX triplet: 10, 6B and 1D. RGB value is (16,107,29). Sum of RGB (Red+Green+Blue) = 16+107+29=152 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.53% from 152); Green value is 107 (42.19% from 255 or 70.39% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 107 - color contains mainly: green. Hex color #106B1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106B1D is #EF94E2. Grayscale: #474747. Windows color (decimal): -15701219 or 1927952. OLE color: 1927952.

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

Color convert

RGB 16 107 29 -
CMYK 0.85 0 0.73 0.58
HSL 128.57º 0.74% 0.24% -
HSV(B) 128.57º 0.85% 0.42% -
XYZ 5.69 10.71 2.93 -
YUV 70.9 104.35 88.84 -
System Red Green Blue C M Y K H S L
Decimal 16 107 29 0.85 0 0.73 0.58 128.57 0.74 0.24
Hex 10 6B 1D 55 0 49 3A 81 4A 18
Octal 20 153 35 125 0 111 72 201 112 30
Binary 10000 1101011 11101 1010101 0 1001001 111010 10000001 1001010 11000

Color Harmonies of #106B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106B1D

Black with #106B1D

Text Example


Text Example

White with #106B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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