Html Css Color HEX #106517 Crusoe

📋 copy color: '#106517'

red 16 ◦ green 101 ◦ blue 23

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

Shades of Crusoe #106517

Tints of Crusoe #106517

RGB

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

 GREEN value IS 101 (39.84% from 255) = 72.14%

 BLUE value IS 23 (9.38% from 255) = 16.43%

R = 11.43%
G = 72.14%
B = 16.43%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.77

 K value IS 0.60

RGB Variations

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

Color information

#106517 (or 0x106517) is known color: Crusoe. HEX triplet: 10, 65 and 17. RGB value is (16,101,23). Sum of RGB (Red+Green+Blue) = 16+101+23=140 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.43% from 140); Green value is 101 (39.84% from 255 or 72.14% from 140); Blue value is 23 (9.38% from 255 or 16.43% from 140); Max value from RGB is 101 - color contains mainly: green. Hex color #106517 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106517 is #EF9AE8. Grayscale: #424242. Windows color (decimal): -15702761 or 1533200. OLE color: 1533200.

HSL color Cylindrical-coordinate representation of color #106517: hue angle of 124.94º 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 #106517 is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.60.

Color convert

RGB 16 101 23 -
CMYK 0.84 0 0.77 0.60
HSL 124.94º 0.73% 0.23% -
HSV(B) 124.94º 0.84% 0.4% -
XYZ 5.02 9.48 2.38 -
YUV 66.69 103.34 91.84 -
System Red Green Blue C M Y K H S L
Decimal 16 101 23 0.84 0 0.77 0.60 124.94 0.73 0.23
Hex 10 65 17 54 0 4D 3C 7D 49 17
Octal 20 145 27 124 0 115 74 175 111 27
Binary 10000 1100101 10111 1010100 0 1001101 111100 1111101 1001001 10111

Color Harmonies of #106517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106517

Black with #106517

Text Example


Text Example

White with #106517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106517; }

 p { color: rgb(16,101,23); }

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

background-color css

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

 a { background-color: rgb(16,101,23); }

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

border-color css

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

 span { border-color: rgb(16,101,23); }

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