Html Css Color HEX #106518 Crusoe

📋 copy color: '#106518'

red 16 ◦ green 101 ◦ blue 24

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

Shades of Crusoe #106518

Tints of Crusoe #106518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 17.02%

R = 11.35%
G = 71.63%
B = 17.02%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.76

 K value IS 0.60

RGB Variations

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

Color information

#106518 (or 0x106518) is known color: Crusoe. HEX triplet: 10, 65 and 18. RGB value is (16,101,24). Sum of RGB (Red+Green+Blue) = 16+101+24=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 101 (39.84% from 255 or 71.63% from 141); Blue value is 24 (9.77% from 255 or 17.02% from 141); Max value from RGB is 101 - color contains mainly: green. Hex color #106518 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106518 is #EF9AE7. Grayscale: #434343. Windows color (decimal): -15702760 or 1598736. OLE color: 1598736.

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

Color convert

RGB 16 101 24 -
CMYK 0.84 0 0.76 0.60
HSL 125.65º 0.73% 0.23% -
HSV(B) 125.65º 0.84% 0.4% -
XYZ 5.03 9.48 2.43 -
YUV 66.81 103.84 91.76 -
System Red Green Blue C M Y K H S L
Decimal 16 101 24 0.84 0 0.76 0.60 125.65 0.73 0.23
Hex 10 65 18 54 0 4C 3C 7E 49 17
Octal 20 145 30 124 0 114 74 176 111 27
Binary 10000 1100101 11000 1010100 0 1001100 111100 1111110 1001001 10111

Color Harmonies of #106518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106518

Black with #106518

Text Example


Text Example

White with #106518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106518; }

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

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

background-color css

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

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

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

border-color css

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

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

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