Html Css Color HEX #106820 Crusoe

📋 copy color: '#106820'

red 16 ◦ green 104 ◦ blue 32

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

Shades of Crusoe #106820

Tints of Crusoe #106820

RGB

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

 GREEN value IS 104 (41.02% from 255) = 68.42%

 BLUE value IS 32 (12.89% from 255) = 21.05%

R = 10.53%
G = 68.42%
B = 21.05%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#106820 (or 0x106820) is known color: Crusoe. HEX triplet: 10, 68 and 20. RGB value is (16,104,32). Sum of RGB (Red+Green+Blue) = 16+104+32=152 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.53% from 152); Green value is 104 (41.02% from 255 or 68.42% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 104 - color contains mainly: green. Hex color #106820 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106820 is #EF97DF. Grayscale: #454545. Windows color (decimal): -15701984 or 2123792. OLE color: 2123792.

HSL color Cylindrical-coordinate representation of color #106820: hue angle of 130.91º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106820 is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB 16 104 32 -
CMYK 0.85 0 0.69 0.59
HSL 130.91º 0.73% 0.24% -
HSV(B) 130.91º 0.85% 0.41% -
XYZ 5.42 10.12 3.03 -
YUV 69.48 106.85 89.85 -
System Red Green Blue C M Y K H S L
Decimal 16 104 32 0.85 0 0.69 0.59 130.91 0.73 0.24
Hex 10 68 20 55 0 45 3B 83 49 18
Octal 20 150 40 125 0 105 73 203 111 30
Binary 10000 1101000 100000 1010101 0 1000101 111011 10000011 1001001 11000

Color Harmonies of #106820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106820

Black with #106820

Text Example


Text Example

White with #106820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106820; }

 p { color: rgb(16,104,32); }

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

background-color css

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

 a { background-color: rgb(16,104,32); }

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

border-color css

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

 span { border-color: rgb(16,104,32); }

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