Html Css Color HEX #106B28 Crusoe

📋 copy color: '#106B28'

red 16 ◦ green 107 ◦ blue 40

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

Shades of Crusoe #106B28

Tints of Crusoe #106B28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 24.54%

R = 9.82%
G = 65.64%
B = 24.54%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.63

 K value IS 0.58

RGB Variations

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

Color information

#106B28 (or 0x106B28) is known color: Crusoe. HEX triplet: 10, 6B and 28. RGB value is (16,107,40). Sum of RGB (Red+Green+Blue) = 16+107+40=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 107 (42.19% from 255 or 65.64% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 107 - color contains mainly: green. Hex color #106B28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106B28 is #EF94D7. Grayscale: #484848. Windows color (decimal): -15701208 or 2648848. OLE color: 2648848.

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

Color convert

RGB 16 107 40 -
CMYK 0.85 0 0.63 0.58
HSL 135.82º 0.74% 0.24% -
HSV(B) 135.82º 0.85% 0.42% -
XYZ 5.85 10.78 3.78 -
YUV 72.15 109.85 87.95 -
System Red Green Blue C M Y K H S L
Decimal 16 107 40 0.85 0 0.63 0.58 135.82 0.74 0.24
Hex 10 6B 28 55 0 3F 3A 88 4A 18
Octal 20 153 50 125 0 77 72 210 112 30
Binary 10000 1101011 101000 1010101 0 111111 111010 10001000 1001010 11000

Color Harmonies of #106B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106B28

Black with #106B28

Text Example


Text Example

White with #106B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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