Html Css Color HEX #106020 Crusoe

📋 copy color: '#106020'

red 16 ◦ green 96 ◦ blue 32

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

Shades of Crusoe #106020

Tints of Crusoe #106020

RGB

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

 GREEN value IS 96 (37.89% from 255) = 66.67%

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

R = 11.11%
G = 66.67%
B = 22.22%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#106020 (or 0x106020) is known color: Crusoe. HEX triplet: 10, 60 and 20. RGB value is (16,96,32). Sum of RGB (Red+Green+Blue) = 16+96+32=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 96 (37.89% from 255 or 66.67% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 96 - color contains mainly: green. Hex color #106020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106020 is #EF9FDF. Grayscale: #404040. Windows color (decimal): -15704032 or 2121744. OLE color: 2121744.

HSL color Cylindrical-coordinate representation of color #106020: hue angle of 132º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #106020 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 16 96 32 -
CMYK 0.83 0 0.67 0.62
HSL 132º 0.71% 0.22% -
HSV(B) 132º 0.83% 0.38% -
XYZ 4.66 8.58 2.78 -
YUV 64.78 109.5 93.2 -
System Red Green Blue C M Y K H S L
Decimal 16 96 32 0.83 0 0.67 0.62 132 0.71 0.22
Hex 10 60 20 53 0 43 3E 84 47 16
Octal 20 140 40 123 0 103 76 204 107 26
Binary 10000 1100000 100000 1010011 0 1000011 111110 10000100 1000111 10110

Color Harmonies of #106020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106020

Black with #106020

Text Example


Text Example

White with #106020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106020; }

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

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

background-color css

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

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

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

border-color css

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

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

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