Html Css Color HEX #106621 Crusoe

📋 copy color: '#106621'

red 16 ◦ green 102 ◦ blue 33

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

Shades of Crusoe #106621

Tints of Crusoe #106621

RGB

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

 GREEN value IS 102 (40.23% from 255) = 67.55%

 BLUE value IS 33 (13.28% from 255) = 21.85%

R = 10.6%
G = 67.55%
B = 21.85%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.68

 K value IS 0.6

RGB Variations

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

Color information

#106621 (or 0x106621) is known color: Crusoe. HEX triplet: 10, 66 and 21. RGB value is (16,102,33). Sum of RGB (Red+Green+Blue) = 16+102+33=151 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.60% from 151); Green value is 102 (40.23% from 255 or 67.55% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 102 - color contains mainly: green. Hex color #106621 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106621 is #EF99DE. Grayscale: #444444. Windows color (decimal): -15702495 or 2188816. OLE color: 2188816.

HSL color Cylindrical-coordinate representation of color #106621: hue angle of 131.86º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106621 is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.6.

Color convert

RGB 16 102 33 -
CMYK 0.84 0 0.68 0.6
HSL 131.86º 0.73% 0.23% -
HSV(B) 131.86º 0.84% 0.4% -
XYZ 5.24 9.72 3.04 -
YUV 68.42 108.01 90.61 -
System Red Green Blue C M Y K H S L
Decimal 16 102 33 0.84 0 0.68 0.6 131.86 0.73 0.23
Hex 10 66 21 54 0 44 3C 84 49 17
Octal 20 146 41 124 0 104 74 204 111 27
Binary 10000 1100110 100001 1010100 0 1000100 111100 10000100 1001001 10111

Color Harmonies of #106621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106621

Black with #106621

Text Example


Text Example

White with #106621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106621; }

 p { color: rgb(16,102,33); }

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

background-color css

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

 a { background-color: rgb(16,102,33); }

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

border-color css

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

 span { border-color: rgb(16,102,33); }

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